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
b069f4b8
Commit
b069f4b8
authored
Mar 19, 2006
by
Benjamin Pracht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot that one
parent
aa7daf3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/gui/macosx/output.m
modules/gui/macosx/output.m
+4
-4
No files found.
modules/gui/macosx/output.m
View file @
b069f4b8
...
...
@@ -133,12 +133,12 @@
NSArray
*
o_v_codecs
=
[
NSArray
arrayWithObjects
:
@"mp1v"
,
@"mp2v"
,
@"mp4v"
,
@"DIV1"
,
@"DIV2"
,
@"DIV3"
,
@"h263"
,
@"h264"
,
@"WMV1"
,
@"WMV2"
,
@"MJPG"
,
@"theo"
,
nil
];
[
o_output_ckbox
setTitle
:
_NS
(
"
Advanced output
:"
)];
[
o_output_ckbox
setTitle
:
_NS
(
"
Streaming/Saving
:"
)];
[
o_output_settings
setTitle
:
_NS
(
"Settings..."
)];
[
o_btn_ok
setTitle
:
_NS
(
"OK"
)];
[
o_options_lbl
setTitle
:
_NS
(
"
Output
Options"
)];
[
o_display
setTitle
:
_NS
(
"
Play
locally"
)];
[
o_options_lbl
setTitle
:
_NS
(
"
Streaming and Transcoding
Options"
)];
[
o_display
setTitle
:
_NS
(
"
Display the stream
locally"
)];
[[
o_method
cellAtRow
:
0
column
:
0
]
setTitle
:
_NS
(
"File"
)];
[[
o_method
cellAtRow
:
1
column
:
0
]
setTitle
:
_NS
(
"Stream"
)];
[
o_dump_chkbox
setTitle
:
_NS
(
"Dump raw input"
)];
...
...
@@ -156,7 +156,7 @@
[
o_mux_selector
removeAllItems
];
[
o_mux_selector
addItemsWithTitles
:
o_muxers
];
[
o_transcode_lbl
setTitle
:
_NS
(
"Transcod
e
options"
)];
[
o_transcode_lbl
setTitle
:
_NS
(
"Transcod
ing
options"
)];
[
o_transcode_video_chkbox
setTitle
:
_NS
(
"Video"
)];
[
o_transcode_video_selector
removeAllItems
];
[
o_transcode_video_selector
addItemsWithTitles
:
o_v_codecs
];
...
...
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