diff options
Diffstat (limited to 'libavcodec/tmv.c')
-rw-r--r-- | libavcodec/tmv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c index be809b3675..908e5cffec 100644 --- a/libavcodec/tmv.c +++ b/libavcodec/tmv.c @@ -101,7 +101,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, |