X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftruemotion1.c;h=d72cee8aeabb29cc30e0266772f30bfe236ec9a2;hb=a807c68253b02cce8b9fbc87d7857c31d531a1ee;hp=7e94deba7ef3772b06bc4264e9a7dea4a855c1e2;hpb=7057cc861d108b2a2e776303949feb5337e24a08;p=ffmpeg diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c index 7e94deba7ef..d72cee8aeab 100644 --- a/libavcodec/truemotion1.c +++ b/libavcodec/truemotion1.c @@ -902,6 +902,7 @@ static av_cold int truemotion1_decode_end(AVCodecContext *avctx) AVCodec ff_truemotion1_decoder = { .name = "truemotion1", + .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 1.0"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_TRUEMOTION1, .priv_data_size = sizeof(TrueMotion1Context), @@ -909,5 +910,4 @@ AVCodec ff_truemotion1_decoder = { .close = truemotion1_decode_end, .decode = truemotion1_decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 1.0"), };