Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
8e003463
Commit
8e003463
authored
Jul 10, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
YUV out: reduce strings
parent
ae97a5a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
modules/video_output/yuv.c
modules/video_output/yuv.c
+3
-4
No files found.
modules/video_output/yuv.c
View file @
8e003463
...
@@ -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-"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment