warning fix:

libmpcodecs/ae_lavc.c:135: warning: 'lavc_find_atag' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24379 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-09 09:57:36 +00:00
parent 0723947265
commit 7bfa03ac43
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ static int get_frame_size(audio_encoder_t *encoder)
return sz; return sz;
} }
#ifndef USE_LIBAVFORMAT
static uint32_t lavc_find_atag(char *codec) static uint32_t lavc_find_atag(char *codec)
{ {
if(codec == NULL) if(codec == NULL)
@ -152,6 +153,7 @@ static uint32_t lavc_find_atag(char *codec)
return 0; return 0;
} }
#endif
int mpae_init_lavc(audio_encoder_t *encoder) int mpae_init_lavc(audio_encoder_t *encoder)