# HG changeset patch # User diego # Date 1223974608 0 # Node ID 0fca9f25ee580604a5e5d827a3818a72389a2e32 # Parent d6c531d799cdf86aa270f7ba134f52b427954290 Remove duplicate extern declaration, fixes the warning: libmpcodecs/vf_zrmjpeg.c:73: warning: redundant redeclaration of 'avcodec_initialized' diff -r d6c531d799cd -r 0fca9f25ee58 libmpcodecs/vf_zrmjpeg.c --- 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__)