[FFmpeg-cvslog] avcodec/ac3dec_fixed: add missingAVprefix to CODEC_ID
Michael Niedermayer
git at videolan.org
Tue Apr 1 20:19:56 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr 1 16:31:11 2014 +0200| [3b37f2286199ccec7e30b74c56b975e1e4e77739] | committer: Michael Niedermayer
avcodec/ac3dec_fixed: add missingAVprefix to CODEC_ID
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: Nedeljko Babic <nbabic at mips.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b37f2286199ccec7e30b74c56b975e1e4e77739
---
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 c1e0307..c6cbeb9 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,
More information about the ffmpeg-cvslog
mailing list