summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_fixed.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-01 16:31:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-01 19:58:51 +0200
commit3b37f2286199ccec7e30b74c56b975e1e4e77739 (patch)
tree418490b0f2a76fc298689989e8fa6bfdebba6401 /libavcodec/ac3dec_fixed.c
parent91b105ce5bfba374297a0f03e5b89ff850730c55 (diff)
downloadffmpeg-3b37f2286199ccec7e30b74c56b975e1e4e77739.tar.gz
avcodec/ac3dec_fixed: add missingAVprefix to CODEC_ID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Nedeljko Babic <nbabic@mips.com>
Diffstat (limited to 'libavcodec/ac3dec_fixed.c')
-rw-r--r--libavcodec/ac3dec_fixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec_fixed.c b/libavcodec/ac3dec_fixed.c
index c1e0307002..c6cbeb9b28 100644
--- a/libavcodec/ac3dec_fixed.c
+++ b/libavcodec/ac3dec_fixed.c
@@ -163,7 +163,7 @@ static const AVClass ac3_decoder_class = {
AVCodec ff_ac3_fixed_decoder = {
.name = "ac3_fixed",
.type = AVMEDIA_TYPE_AUDIO,
- .id = CODEC_ID_AC3,
+ .id = AV_CODEC_ID_AC3,
.priv_data_size = sizeof (AC3DecodeContext),
.init = ac3_decode_init,
.close = ac3_decode_end,