diff v210x.c @ 11065:fbeb4ea31f87 libavcodec

Add v210x decoder long name
author pross
date Sun, 31 Jan 2010 12:06:33 +0000
parents d7ed9dcc78e3
children 8a4984c5cacc
line wrap: on
line diff
--- a/v210x.c	Sun Jan 31 02:05:26 2010 +0000
+++ b/v210x.c	Sun Jan 31 12:06:33 2010 +0000
@@ -142,4 +142,5 @@
     decode_close,
     decode_frame,
     CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
 };