[vlc-devel] commit: Fix help string. (Antoine Cellerier )
git version control
git at videolan.org
Wed Jun 4 16:49:36 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Jun 4 15:32:12 2008 +0200| [35877427331f64d9ec9b7b662564722301908c65]
Fix help string.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35877427331f64d9ec9b7b662564722301908c65
---
modules/access/v4l2/v4l2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/v4l2/v4l2.c b/modules/access/v4l2/v4l2.c
index 571d2a4..11374d8 100644
--- a/modules/access/v4l2/v4l2.c
+++ b/modules/access/v4l2/v4l2.c
@@ -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" )
More information about the vlc-devel
mailing list