Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
b2d5e418
Commit
b2d5e418
authored
Nov 24, 2008
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change PSP-format to mp4v/mp4a/mp4 as reported by Kaarlo Räihä
parent
d0ec7d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs/sout.cpp
+1
-1
No files found.
modules/gui/qt4/dialogs/sout.cpp
View file @
b2d5e418
...
@@ -365,7 +365,7 @@ void SoutDialog::setOptions()
...
@@ -365,7 +365,7 @@ void SoutDialog::setOptions()
else
if
(
profileString
==
"h264"
)
setProfile
(
TS
,
true
,
"h264"
,
true
,
"mp4a"
)
else
if
(
profileString
==
"h264"
)
setProfile
(
TS
,
true
,
"h264"
,
true
,
"mp4a"
)
else
if
(
profileString
==
"XBox"
)
setProfile
(
ASF
,
true
,
"WMV2"
,
true
,
"wma"
)
else
if
(
profileString
==
"XBox"
)
setProfile
(
ASF
,
true
,
"WMV2"
,
true
,
"wma"
)
else
if
(
profileString
==
"Windows"
)
setProfile
(
ASF
,
true
,
"WMV2"
,
true
,
"wma"
)
else
if
(
profileString
==
"Windows"
)
setProfile
(
ASF
,
true
,
"WMV2"
,
true
,
"wma"
)
else
if
(
profileString
==
"PSP"
)
setProfile
(
Ogg
,
true
,
"DIV3"
,
true
,
"vorb
"
)
else
if
(
profileString
==
"PSP"
)
setProfile
(
MP4
,
true
,
"mp4v"
,
true
,
"mp4a
"
)
/* If the profile is not a custom one, then disable the tabWidget */
/* If the profile is not a custom one, then disable the tabWidget */
if
(
profileString
==
"Custom"
)
if
(
profileString
==
"Custom"
)
...
...
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