changeset 27732:0fca9f25ee58

Remove duplicate extern declaration, fixes the warning: libmpcodecs/vf_zrmjpeg.c:73: warning: redundant redeclaration of 'avcodec_initialized'
author diego
date Tue, 14 Oct 2008 08:56:48 +0000
parents d6c531d799cd
children e764b5bd9b4d
files libmpcodecs/vf_zrmjpeg.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_zrmjpeg.c	Mon Oct 13 23:10:42 2008 +0000
+++ b/libmpcodecs/vf_zrmjpeg.c	Tue Oct 14 08:56:48 2008 +0000
@@ -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__)