]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/twinvq.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / twinvq.c
index 071017da2a3b04bc2079a5659eda54380658f4bc..070f498cae4a0dfd9b1bebd013fc17a199601767 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,