diff options
Diffstat (limited to 'libavformat/oma.c')
-rw-r--r-- | libavformat/oma.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavformat/oma.c b/libavformat/oma.c index d4dfb1a265..9e4bfbdd77 100644 --- a/libavformat/oma.c +++ b/libavformat/oma.c @@ -25,10 +25,10 @@ const uint16_t ff_oma_srate_tab[8] = { 320, 441, 480, 882, 960, 0, 0, 0}; const AVCodecTag ff_oma_codec_tags[] = { - { CODEC_ID_ATRAC3, OMA_CODECID_ATRAC3 }, - { CODEC_ID_ATRAC3P, OMA_CODECID_ATRAC3P }, - { CODEC_ID_MP3, OMA_CODECID_MP3 }, - { CODEC_ID_PCM_S16BE, OMA_CODECID_LPCM }, + { AV_CODEC_ID_ATRAC3, OMA_CODECID_ATRAC3 }, + { AV_CODEC_ID_ATRAC3P, OMA_CODECID_ATRAC3P }, + { AV_CODEC_ID_MP3, OMA_CODECID_MP3 }, + { AV_CODEC_ID_PCM_S16BE, OMA_CODECID_LPCM }, { 0 }, }; |