mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 22:57:42 +00:00
Remove duplicate extern declaration, fixes the warning:
libmpcodecs/vf_zrmjpeg.c:73: warning: redundant redeclaration of 'avcodec_initialized' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27766 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b9ce738825
commit
b282622c71
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user