mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +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
|
#define coded_frame coded_picture
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if LIBAVCODEC_BUILD < 4684
|
||||||
|
#define FF_QP2LAMBDA 1
|
||||||
|
#endif
|
||||||
|
|
||||||
extern int avcodec_inited;
|
extern int avcodec_inited;
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
|
Loading…
Reference in New Issue
Block a user