Mercurial > libavformat.hg
diff aiff.c @ 5058:33a244b7ca65 libavformat
Add ff_ prefixes to exported symbols in libavformat/riff.h.
patch by Daniel Verkamp, aniel drv nu
| author | diego |
|---|---|
| date | Mon, 22 Jun 2009 23:09:34 +0000 |
| parents | 848722752aa5 |
| children | 6a23d76cc72c |
line wrap: on
line diff
--- a/aiff.c Mon Jun 22 16:52:02 2009 +0000 +++ b/aiff.c Mon Jun 22 23:09:34 2009 +0000 @@ -119,7 +119,7 @@ /* Got an AIFF-C? */ if (version == AIFF_C_VERSION1) { codec->codec_tag = get_le32(pb); - codec->codec_id = codec_get_id(codec_aiff_tags, codec->codec_tag); + codec->codec_id = ff_codec_get_id(codec_aiff_tags, codec->codec_tag); switch (codec->codec_id) { case CODEC_ID_PCM_S16BE:
