]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec_fixed.c
lavd/qtkit: add device category
[ffmpeg] / libavcodec / ac3dec_fixed.c
index c1e030700259f4200d6a4d11f7f28bcab4c672e0..c6cbeb9b285f83d9c8171920b1a1e75aa64f8599 100644 (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,