Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v308dec.c')
-rw-r--r--libavcodec/v308dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v308dec.c b/libavcodec/v308dec.c
index a24ccf4384..796518f5c5 100644
--- a/libavcodec/v308dec.c
+++ b/libavcodec/v308dec.c
@@ -99,7 +99,7 @@ static av_cold int v308_decode_close(AVCodecContext *avctx)
AVCodec ff_v308_decoder = {
.name = "v308",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_V308,
+ .id = AV_CODEC_ID_V308,
.init = v308_decode_init,
.decode = v308_decode_frame,
.close = v308_decode_close,