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 29aaae1fe7..827d8a6183 100644 --- a/libavcodec/tmv.c +++ b/libavcodec/tmv.c @@ -100,7 +100,7 @@ static av_cold int tmv_decode_close(AVCodecContext *avctx) AVCodec tmv_decoder = { .name = "tmv", - .type = CODEC_TYPE_VIDEO, + .type = AVMEDIA_TYPE_VIDEO, .id = CODEC_ID_TMV, .priv_data_size = sizeof(TMVContext), .close = tmv_decode_close, |