[MPlayer-cvslog] r32176 - trunk/libmpcodecs/vf_zrmjpeg.c

diego subversion at mplayerhq.hu
Sun Sep 12 02:30:15 CEST 2010


Author: diego
Date: Sun Sep 12 02:30:15 2010
New Revision: 32176

Log:
Add missing #include for vd_ffmpeg.h; fixes the warning:
libmpcodecs/vf_zrmjpeg.c:472: warning: implicit declaration of function 'init_avcodec'

Modified:
   trunk/libmpcodecs/vf_zrmjpeg.c

Modified: trunk/libmpcodecs/vf_zrmjpeg.c
==============================================================================
--- trunk/libmpcodecs/vf_zrmjpeg.c	Sun Sep 12 02:11:26 2010	(r32175)
+++ trunk/libmpcodecs/vf_zrmjpeg.c	Sun Sep 12 02:30:15 2010	(r32176)
@@ -43,6 +43,7 @@
 
 #include "img_format.h"
 #include "mp_image.h"
+#include "vd_ffmpeg.h"
 #include "vf.h"
 
 /* We need this #define because we need ../libavcodec/common.h to #define


More information about the MPlayer-cvslog mailing list