From: Antoine Cellerier Date: Fri, 7 Dec 2007 21:33:16 +0000 (+0000) Subject: Change the v4l2-chroma long help string. X-Git-Tag: 0.9.0-test0~4245 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0a925f52a0b16d9763948d0b35e321c1e7e86492;p=vlc Change the v4l2-chroma long help string. --- diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c index eacf8b3f5c..5dde03b5d5 100644 --- a/modules/access/v4l2.c +++ b/modules/access/v4l2.c @@ -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, " \