summaryrefslogtreecommitdiff
path: root/libavcodec/v210dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v210dec.c')
-rw-r--r--libavcodec/v210dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c
index 5f74828d4e..8d70823673 100644
--- a/libavcodec/v210dec.c
+++ b/libavcodec/v210dec.c
@@ -125,7 +125,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
AVCodec ff_v210_decoder = {
.name = "v210",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_V210,
+ .id = AV_CODEC_ID_V210,
.init = decode_init,
.close = decode_close,
.decode = decode_frame,