summaryrefslogtreecommitdiff
path: root/libavcodec/vb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vb.c')
-rw-r--r--libavcodec/vb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vb.c b/libavcodec/vb.c
index f925cc63f7..d84328e774 100644
--- a/libavcodec/vb.c
+++ b/libavcodec/vb.c
@@ -269,7 +269,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
AVCodec ff_vb_decoder = {
.name = "vb",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_VB,
+ .id = AV_CODEC_ID_VB,
.priv_data_size = sizeof(VBDecContext),
.init = decode_init,
.close = decode_end,