[vlc-commits] YUV out: reduce strings
Jean-Baptiste Kempf
git at videolan.org
Fri Jul 10 12:31:30 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 10 12:26:41 2015 +0200| [8e003463d6d0bffffcccc2f01d4a82100dfb8262] | committer: Jean-Baptiste Kempf
YUV out: reduce strings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e003463d6d0bffffcccc2f01d4a82100dfb8262
---
modules/video_output/yuv.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/modules/video_output/yuv.c b/modules/video_output/yuv.c
index 9239baf..b80a7f8 100644
--- a/modules/video_output/yuv.c
+++ b/modules/video_output/yuv.c
@@ -43,12 +43,11 @@
#define CHROMA_TEXT N_("Chroma used")
#define CHROMA_LONGTEXT N_(\
- "Force use of a specific chroma for output. Default is I420.")
+ "Force use of a specific chroma for output.")
-#define YUV4MPEG2_TEXT N_("YUV4MPEG2 header (default disabled)")
+#define YUV4MPEG2_TEXT N_("Add a YUV4MPEG2 header")
#define YUV4MPEG2_LONGTEXT N_("The YUV4MPEG2 header is compatible " \
- "with mplayer yuv video output and requires YV12/I420 fourcc. By default "\
- "vlc writes the fourcc of the picture frame into the output destination.")
+ "with mplayer yuv video output and requires YV12/I420 fourcc.")
#define CFG_PREFIX "yuv-"
More information about the vlc-commits
mailing list