changeset 11065:fbeb4ea31f87 libavcodec

Add v210x decoder long name
author pross
date Sun, 31 Jan 2010 12:06:33 +0000
parents 86ec27e828b5
children 86bf7e0db6ea
files v210x.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"),
 };