]> git.sesse.net Git - vlc/commitdiff
Fix help string.
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Jun 2008 13:32:12 +0000 (15:32 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Jun 2008 13:32:12 +0000 (15:32 +0200)
modules/access/v4l2/v4l2.c

index 571d2a4b4ce2d855e8bd9042464300b975487cc8..11374d8f9fd8da369079ef0e6eaf74594a805085 100644 (file)
@@ -86,7 +86,7 @@ static void AccessClose( 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 or I422 for raw images, MJPEG for M-JPEG compressed input) " \
+    "(eg. I420 or I422 for raw images, MJPG 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" )