]> git.sesse.net Git - vlc/commitdiff
Change the v4l2-chroma long help string.
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 7 Dec 2007 21:33:16 +0000 (21:33 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 7 Dec 2007 21:33:16 +0000 (21:33 +0000)
modules/access/v4l2.c

index eacf8b3f5cc3c4cf54b9bb85404083fec931bcd0..5dde03b5d5f9d6ae49ab81f06917a13ed7d6f484 100644 (file)
@@ -81,7 +81,9 @@ static void Close( vlc_object_t * );
 #define CHROMA_TEXT N_("Video input chroma format")
 #define CHROMA_LONGTEXT N_( \
     "Force the Video4Linux2 video device to use a specific chroma format " \
-    "(eg. I420, RV24, etc.)")
+    "(eg. I420 or I422 for raw images, MJPEG for M-JPEG compressed input) " \
+    "(Complete list: GREY, I240, RV16, RV15, RV24, RV32, YUY2, YUYV, UYVY, " \
+    "I41N, I422, I420, I411, I410, MJPG)")
 #define INPUT_TEXT N_( "Input" )
 #define INPUT_LONGTEXT N_( \
     "Input of the card to use (Usually, 0 = tuner, " \