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/tmv.c')
-rw-r--r--libavcodec/tmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c
index 7eb9b6903a..438518f32f 100644
--- a/libavcodec/tmv.c
+++ b/libavcodec/tmv.c
@@ -103,7 +103,7 @@ static av_cold int tmv_decode_close(AVCodecContext *avctx)
AVCodec ff_tmv_decoder = {
.name = "tmv",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_TMV,
+ .id = AV_CODEC_ID_TMV,
.priv_data_size = sizeof(TMVContext),
.init = tmv_decode_init,
.close = tmv_decode_close,