]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pcx.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / pcx.c
index 0db924a950de36a2ca09c9cbcf89398bef59046d..1833f6d204c3a396e96277e2575ead27a73fb8fc 100644 (file)
@@ -253,7 +253,7 @@ static av_cold int pcx_end(AVCodecContext *avctx) {
 AVCodec ff_pcx_decoder = {
     .name           = "pcx",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_PCX,
+    .id             = AV_CODEC_ID_PCX,
     .priv_data_size = sizeof(PCXContext),
     .init           = pcx_init,
     .close          = pcx_end,