summaryrefslogtreecommitdiff
path: root/libavcodec/vmnc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vmnc.c')
-rw-r--r--libavcodec/vmnc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c
index 7d7004da43..bf12739bae 100644
--- a/libavcodec/vmnc.c
+++ b/libavcodec/vmnc.c
@@ -512,7 +512,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
AVCodec ff_vmnc_decoder = {
.name = "vmnc",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_VMNC,
+ .id = AV_CODEC_ID_VMNC,
.priv_data_size = sizeof(VmncContext),
.init = decode_init,
.close = decode_end,