[Mplayer-cvslog] CVS: main/libmpcodecs vf_lavc.c,1.14,1.15
Tobias Diedrich CVS
ranma at mplayerhq.hu
Mon Nov 10 00:33:13 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv31614
Modified Files:
vf_lavc.c
Log Message:
Fix build with LIBAVCODEC_BUILD < 4684.
Index: vf_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_lavc.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vf_lavc.c 24 Oct 2003 11:34:48 -0000 1.14
+++ vf_lavc.c 9 Nov 2003 23:32:42 -0000 1.15
@@ -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 {
More information about the MPlayer-cvslog
mailing list