OSDN Git Service

Add v210x decoder long name
authorPeter Ross <pross@xvid.org>
Sun, 31 Jan 2010 12:06:33 +0000 (12:06 +0000)
committerPeter Ross <pross@xvid.org>
Sun, 31 Jan 2010 12:06:33 +0000 (12:06 +0000)
Originally committed as revision 21567 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/v210x.c

index 549a157..089aa2c 100644 (file)
@@ -142,4 +142,5 @@ AVCodec v210x_decoder = {
     decode_close,
     decode_frame,
     CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
 };