]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v308dec.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / v308dec.c
index a24ccf43842120561834ac4133b57ec98cb5c9e4..796518f5c5ff95d48a6815127890fbbda03819e6 100644 (file)
@@ -99,7 +99,7 @@ static av_cold int v308_decode_close(AVCodecContext *avctx)
 AVCodec ff_v308_decoder = {
     .name         = "v308",
     .type         = AVMEDIA_TYPE_VIDEO,
-    .id           = CODEC_ID_V308,
+    .id           = AV_CODEC_ID_V308,
     .init         = v308_decode_init,
     .decode       = v308_decode_frame,
     .close        = v308_decode_close,