diff options
Diffstat (limited to 'ffmpeg/libavcodec/v410dec.c')
| -rw-r--r-- | ffmpeg/libavcodec/v410dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/v410dec.c b/ffmpeg/libavcodec/v410dec.c index f8229e2..e7a9c0e 100644 --- a/ffmpeg/libavcodec/v410dec.c +++ b/ffmpeg/libavcodec/v410dec.c @@ -89,10 +89,10 @@ static int v410_decode_frame(AVCodecContext *avctx, void *data, AVCodec ff_v410_decoder = { .name = "v410", + .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:4:4 10-bit"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_V410, .init = v410_decode_init, .decode = v410_decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:4:4 10-bit"), }; |
