diff options
Diffstat (limited to 'libavcodec/pcx.c')
-rw-r--r-- | libavcodec/pcx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pcx.c b/libavcodec/pcx.c index bbca8bce7a..2174184bce 100644 --- a/libavcodec/pcx.c +++ b/libavcodec/pcx.c @@ -244,7 +244,7 @@ static av_cold int pcx_end(AVCodecContext *avctx) { AVCodec pcx_decoder = { "pcx", - CODEC_TYPE_VIDEO, + AVMEDIA_TYPE_VIDEO, CODEC_ID_PCX, sizeof(PCXContext), pcx_init, |