Changeset 35877427331f64d9ec9b7b662564722301908c65

Show
Ignore:
Timestamp:
04/06/08 15:32:12 (6 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1212586332 +0200
git-parent:

[eb7856b7405bb1ae4472081760d89b6134fad464]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1212586332 +0200
Message:

Fix help string.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/v4l2/v4l2.c

    r3561b9b r3587742  
    8787#define CHROMA_LONGTEXT N_( \ 
    8888    "Force the Video4Linux2 video device to use a specific chroma format " \ 
    89     "(eg. I420 or I422 for raw images, MJPEG for M-JPEG compressed input) " \ 
     89    "(eg. I420 or I422 for raw images, MJPG for M-JPEG compressed input) " \ 
    9090    "(Complete list: GREY, I240, RV16, RV15, RV24, RV32, YUY2, YUYV, UYVY, " \ 
    9191    "I41N, I422, I420, I411, I410, MJPG)")