Mercurial > mplayer.hg
changeset 24359:30b770392f2c
warning fix:
libmpcodecs/ae_lavc.c:135: warning: 'lavc_find_atag' defined but not used
author | diego |
---|---|
date | Sun, 09 Sep 2007 09:57:36 +0000 |
parents | 7e5e6eff5a4f |
children | ba7da0656d80 |
files | libmpcodecs/ae_lavc.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ae_lavc.c Sun Sep 09 09:54:57 2007 +0000 +++ b/libmpcodecs/ae_lavc.c Sun Sep 09 09:57:36 2007 +0000 @@ -130,6 +130,7 @@ return sz; } +#ifndef USE_LIBAVFORMAT static uint32_t lavc_find_atag(char *codec) { if(codec == NULL) @@ -152,6 +153,7 @@ return 0; } +#endif int mpae_init_lavc(audio_encoder_t *encoder)