diff options
Diffstat (limited to 'libavcodec/yuv4dec.c')
-rw-r--r-- | libavcodec/yuv4dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/yuv4dec.c b/libavcodec/yuv4dec.c index 1d1fdd09c5..00ccf58120 100644 --- a/libavcodec/yuv4dec.c +++ b/libavcodec/yuv4dec.c @@ -75,10 +75,10 @@ static int yuv4_decode_frame(AVCodecContext *avctx, void *data, AVCodec ff_yuv4_decoder = { .name = "yuv4", + .long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:2:0"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_YUV4, .init = yuv4_decode_init, .decode = yuv4_decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:2:0"), }; |