]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/twinvq.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / twinvq.c
index 4421074d80dbbb4bffe918ceabaff1bf40d0ec12..ab22f64734573a2d1a72bf4ab82745cdb241e11a 100644 (file)
@@ -1177,7 +1177,7 @@ static av_cold int twin_decode_init(AVCodecContext *avctx)
 AVCodec ff_twinvq_decoder = {
     .name           = "twinvq",
     .type           = AVMEDIA_TYPE_AUDIO,
-    .id             = CODEC_ID_TWINVQ,
+    .id             = AV_CODEC_ID_TWINVQ,
     .priv_data_size = sizeof(TwinContext),
     .init           = twin_decode_init,
     .close          = twin_decode_close,