Browse Source

avcodec/ac3dec_fixed: add missingAVprefix to CODEC_ID

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Nedeljko Babic <nbabic@mips.com>
tags/n2.3
Michael Niedermayer 12 years ago
parent
commit
3b37f22861
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ac3dec_fixed.c

+ 1
- 1
libavcodec/ac3dec_fixed.c View File

@@ -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,


Loading…
Cancel
Save