]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/yop.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / yop.c
index 42059e1c5aee97dc6f0993b95b415c330f1acc81..070ba76c62e0112988233b6dd766a70fab8abe48 100644 (file)
@@ -268,7 +268,7 @@ static int yop_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
 AVCodec ff_yop_decoder = {
     .name           = "yop",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_YOP,
+    .id             = AV_CODEC_ID_YOP,
     .priv_data_size = sizeof(YopDecContext),
     .init           = yop_decode_init,
     .close          = yop_decode_close,