Commit 8e003463 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

YUV out: reduce strings

parent ae97a5a6
...@@ -43,12 +43,11 @@ ...@@ -43,12 +43,11 @@
#define CHROMA_TEXT N_("Chroma used") #define CHROMA_TEXT N_("Chroma used")
#define CHROMA_LONGTEXT N_(\ #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 " \ #define YUV4MPEG2_LONGTEXT N_("The YUV4MPEG2 header is compatible " \
"with mplayer yuv video output and requires YV12/I420 fourcc. By default "\ "with mplayer yuv video output and requires YV12/I420 fourcc.")
"vlc writes the fourcc of the picture frame into the output destination.")
#define CFG_PREFIX "yuv-" #define CFG_PREFIX "yuv-"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment