mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 00:06:56 +00:00
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:
parent
0723947265
commit
7bfa03ac43
@ -130,6 +130,7 @@ static int get_frame_size(audio_encoder_t *encoder)
|
||||
return sz;
|
||||
}
|
||||
|
||||
#ifndef USE_LIBAVFORMAT
|
||||
static uint32_t lavc_find_atag(char *codec)
|
||||
{
|
||||
if(codec == NULL)
|
||||
@ -152,6 +153,7 @@ static uint32_t lavc_find_atag(char *codec)
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
int mpae_init_lavc(audio_encoder_t *encoder)
|
||||
|
Loading…
Reference in New Issue
Block a user