Mercurial > mplayer.hg
changeset 29340:6abc7c14f271
Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to
ff_codec_wav_tags/ff_codec_bmp_tags.
author | reimar |
---|---|
date | Tue, 23 Jun 2009 17:50:08 +0000 |
parents | 0aa5dc20aee5 |
children | 67b3e40a81c2 |
files | libmpdemux/mp_taglists.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c Tue Jun 23 09:35:20 2009 +0000 +++ b/libmpdemux/mp_taglists.c Tue Jun 23 17:50:08 2009 +0000 @@ -51,7 +51,7 @@ { 0, 0 }, }; -const struct AVCodecTag *mp_wav_taglists[] = {codec_wav_tags, mp_wav_tags, 0}; +const struct AVCodecTag *mp_wav_taglists[] = {ff_codec_wav_tags, mp_wav_tags, 0}; static const AVCodecTag mp_wav_override_tags[] = { { CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's')}, @@ -96,5 +96,5 @@ { 0, 0 }, }; -const struct AVCodecTag *mp_bmp_taglists[] = {codec_bmp_tags, mp_bmp_tags, 0}; +const struct AVCodecTag *mp_bmp_taglists[] = {ff_codec_bmp_tags, mp_bmp_tags, 0};