diff options
Diffstat (limited to 'libavcodec/dpx.c')
-rw-r--r-- | libavcodec/dpx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c index ec0f435610..94a91816c5 100644 --- a/libavcodec/dpx.c +++ b/libavcodec/dpx.c @@ -216,7 +216,7 @@ static av_cold int decode_end(AVCodecContext *avctx) AVCodec dpx_decoder = { "dpx", - CODEC_TYPE_VIDEO, + AVMEDIA_TYPE_VIDEO, CODEC_ID_DPX, sizeof(DPXContext), decode_init, |