[FFmpeg-devel] [PATCH 5/5] avcodec/ac3dec_fixed: add missing AVprefix to CODEC_ID

Nedeljko Babic nedeljko.babic at imgtec.com
Fri Jan 24 16:32:54 CET 2014


From: Michael Niedermayer <michaelni at gmx.at>

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: Nedeljko Babic <nbabic at mips.com>
---
 libavcodec/ac3dec_fixed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ac3dec_fixed.c b/libavcodec/ac3dec_fixed.c
index 3c52857..8c79ea9 100644
--- a/libavcodec/ac3dec_fixed.c
+++ b/libavcodec/ac3dec_fixed.c
@@ -163,7 +163,7 @@ static const AVClass ac3_decoder_class = {
 AVCodec ff_ac3fixed_decoder = {
     .name           = "ac3fixed",
     .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,
-- 
1.8.2.1



More information about the ffmpeg-devel mailing list