summaryrefslogtreecommitdiff
path: root/libavcodec/wnv1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wnv1.c')
-rw-r--r--libavcodec/wnv1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c
index b57c215e8e..5b0811d196 100644
--- a/libavcodec/wnv1.c
+++ b/libavcodec/wnv1.c
@@ -159,7 +159,7 @@ static av_cold int decode_end(AVCodecContext *avctx){
AVCodec ff_wnv1_decoder = {
.name = "wnv1",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_WNV1,
+ .id = AV_CODEC_ID_WNV1,
.priv_data_size = sizeof(WNV1Context),
.init = decode_init,
.close = decode_end,