summaryrefslogtreecommitdiffstats
path: root/libavcodec/avuidec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avuidec.c')
-rw-r--r--libavcodec/avuidec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avuidec.c b/libavcodec/avuidec.c
index 41f6d9f..ba07a58 100644
--- a/libavcodec/avuidec.c
+++ b/libavcodec/avuidec.c
@@ -146,7 +146,7 @@ static av_cold int avui_decode_close(AVCodecContext *avctx)
AVCodec ff_avui_decoder = {
.name = "avui",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_AVUI,
+ .id = AV_CODEC_ID_AVUI,
.init = avui_decode_init,
.decode = avui_decode_frame,
.close = avui_decode_close,
OpenPOWER on IntegriCloud