Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
55e543cd
Commit
55e543cd
authored
Jun 12, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: there is no such fourcc as 'wma'
parent
a50bb327
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/gui/qt4/components/sout/profile_selector.cpp
modules/gui/qt4/components/sout/profile_selector.cpp
+1
-1
modules/gui/qt4/components/sout/profiles.hpp
modules/gui/qt4/components/sout/profiles.hpp
+1
-1
No files found.
modules/gui/qt4/components/sout/profile_selector.cpp
View file @
55e543cd
...
...
@@ -285,7 +285,7 @@ inline void VLCProfileEditor::registerCodecs()
ADD_ACODEC
(
"Flac"
,
"flac"
)
ADD_ACODEC
(
"Speex"
,
"spx"
)
ADD_ACODEC
(
"WAV"
,
"s16l"
)
ADD_ACODEC
(
"WMA
"
,
"wma
"
)
ADD_ACODEC
(
"WMA
2"
,
"wma2
"
)
#undef ADD_ACODEC
#define ADD_SCALING( factor ) ui.vScaleBox->addItem( factor );
...
...
modules/gui/qt4/components/sout/profiles.hpp
View file @
55e543cd
...
...
@@ -28,7 +28,7 @@ static const char *const video_profile_value_list[] = {
"ogg;1;1;0;theo;800;1;0;0;0;flac;128;2;44100;0;0"
,
"mp4;1;1;0;mp4v;800;1;0;0;0;mp4a;128;2;44100;0;0"
,
"ts;1;1;0;mp2v;800;1;0;0;0;mpga;128;2;44100;0;0"
,
"asf;1;1;0;WMV2;800;1;0;0;0;wma;128;2;44100;0;0"
,
"asf;1;1;0;WMV2;800;1;0;0;0;wma
2
;128;2;44100;0;0"
,
"asf;1;1;0;DIV3;800;1;0;0;0;mp3;128;2;44100;0;0"
,
"ogg;0;1;0;0;800;1;0;0;0;vorb;128;2;44100;0;0"
,
"raw;0;1;0;0;800;1;0;0;0;mp3;128;2;44100;0;0"
,
...
...
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