Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
7b9761c3
Commit
7b9761c3
authored
Aug 01, 2004
by
Benjamin Pracht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* all : fix channels selection in the sout options dialog
parent
08885df7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+1
-1
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+0
-0
modules/gui/macosx/output.m
modules/gui/macosx/output.m
+6
-0
No files found.
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
View file @
7b9761c3
...
...
@@ -21,8 +21,8 @@
</array>
<key>
IBOpenObjects
</key>
<array>
<integer>
1617
</integer>
<integer>
29
</integer>
<integer>
1617
</integer>
<integer>
21
</integer>
</array>
<key>
IBSystem Version
</key>
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
View file @
7b9761c3
No preview for this file type
modules/gui/macosx/output.m
View file @
7b9761c3
...
...
@@ -558,6 +558,12 @@
[
o_transcode_string
appendFormat
:
@"acodec=
\"
%@
\"
,ab=
\"
%@
\"
"
,
[
o_transcode_audio_selector
titleOfSelectedItem
],
[
o_transcode_audio_bitrate
stringValue
]];
if
(
!
[[
o_transcode_audio_channels
stringValue
]
isEqualToString:
@""
])
{
[
o_transcode_string
appendFormat
:
@",channels=
\"
%@
\"
"
,
[
o_transcode_audio_channels
stringValue
]];
}
}
[
o_transcode_string
appendString
:
@"}:"
];
}
...
...
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