Changeset 35877427331f64d9ec9b7b662564722301908c65
- 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
| r3561b9b |
r3587742 |
|
| 87 | 87 | #define CHROMA_LONGTEXT N_( \ |
|---|
| 88 | 88 | "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) " \ |
|---|
| 90 | 90 | "(Complete list: GREY, I240, RV16, RV15, RV24, RV32, YUY2, YUYV, UYVY, " \ |
|---|
| 91 | 91 | "I41N, I422, I420, I411, I410, MJPG)") |
|---|