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:
parent
05f2db3e73
commit
58898b2fad
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user