X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv210dec.c;h=ae0395254ef512d75ec6298c9aa6c5b1637ddf81;hb=a807c68253b02cce8b9fbc87d7857c31d531a1ee;hp=c6dba23bd4b1f9ab3a96b1f553207b229fb93721;hpb=e6e71fd7b563329aba1d72c1238b824295ab20c1;p=ffmpeg diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c index c6dba23bd4b..ae0395254ef 100644 --- a/libavcodec/v210dec.c +++ b/libavcodec/v210dec.c @@ -174,12 +174,12 @@ static const AVClass v210dec_class = { AVCodec ff_v210_decoder = { .name = "v210", + .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_V210, .priv_data_size = sizeof(V210DecContext), .init = decode_init, .decode = decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"), .priv_class = &v210dec_class, };