]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/loco.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / loco.c
index b4f8ad4424db803aebb87e7ed1fc837c4b7c560d..3b22b668595053924459d87fda2a27fbb930c6ec 100644 (file)
@@ -298,7 +298,7 @@ static av_cold int decode_end(AVCodecContext *avctx){
 AVCodec ff_loco_decoder = {
     .name           = "loco",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_LOCO,
+    .id             = AV_CODEC_ID_LOCO,
     .priv_data_size = sizeof(LOCOContext),
     .init           = decode_init,
     .close          = decode_end,