1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

Fix build with LIBAVCODEC_BUILD < 4684.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11420 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ranma 2003-11-09 23:32:42 +00:00
parent 05f2db3e73
commit 58898b2fad

View File

@ -34,6 +34,10 @@
#define coded_frame coded_picture
#endif
#if LIBAVCODEC_BUILD < 4684
#define FF_QP2LAMBDA 1
#endif
extern int avcodec_inited;
struct vf_priv_s {