comparison libmpcodecs/vf_lavc.c @ 11419:d43c2028c00a

Fix build with LIBAVCODEC_BUILD < 4684.
author ranma
date Sun, 09 Nov 2003 23:32:42 +0000
parents 837bca3ae69f
children 58bd9c33864c
comparison
equal deleted inserted replaced
11418:ac7455d5b187 11419:d43c2028c00a
30 #endif 30 #endif
31 31
32 #if LIBAVCODEC_BUILD < 4645 32 #if LIBAVCODEC_BUILD < 4645
33 #define AVFrame AVVideoFrame 33 #define AVFrame AVVideoFrame
34 #define coded_frame coded_picture 34 #define coded_frame coded_picture
35 #endif
36
37 #if LIBAVCODEC_BUILD < 4684
38 #define FF_QP2LAMBDA 1
35 #endif 39 #endif
36 40
37 extern int avcodec_inited; 41 extern int avcodec_inited;
38 42
39 struct vf_priv_s { 43 struct vf_priv_s {