diff options
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r-- | libavcodec/mdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index 69715b1e9e..4d9ee4d552 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -269,7 +269,7 @@ static av_cold int decode_end(AVCodecContext *avctx){ AVCodec ff_mdec_decoder = { .name = "mdec", .type = AVMEDIA_TYPE_VIDEO, - .id = CODEC_ID_MDEC, + .id = AV_CODEC_ID_MDEC, .priv_data_size = sizeof(MDECContext), .init = decode_init, .close = decode_end, |