[MPlayer-cvslog] r27766 - trunk/libmpcodecs/vf_zrmjpeg.c
diego
subversion at mplayerhq.hu
Tue Oct 14 10:56:48 CEST 2008
Author: diego
Date: Tue Oct 14 10:56:48 2008
New Revision: 27766
Log:
Remove duplicate extern declaration, fixes the warning:
libmpcodecs/vf_zrmjpeg.c:73: warning: redundant redeclaration of 'avcodec_initialized'
Modified:
trunk/libmpcodecs/vf_zrmjpeg.c
Modified: trunk/libmpcodecs/vf_zrmjpeg.c
==============================================================================
--- trunk/libmpcodecs/vf_zrmjpeg.c (original)
+++ trunk/libmpcodecs/vf_zrmjpeg.c Tue Oct 14 10:56:48 2008
@@ -57,8 +57,6 @@
#undef free
#undef realloc
-extern int avcodec_initialized;
-
/* some convenient #define's, is this portable enough? */
/// Printout with vf_zrmjpeg: prefix at VERBOSE level
#define VERBOSE(...) mp_msg(MSGT_DECVIDEO, MSGL_V, "vf_zrmjpeg: " __VA_ARGS__)
More information about the MPlayer-cvslog
mailing list