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
030a7248
Commit
030a7248
authored
Jun 07, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: turn off video and subs when transcoding to pure audio profile
This fixes #3681 (cherry picked from commit
06ed4654
)
parent
efa3f246
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/gui/qt4/components/sout/profiles.hpp
modules/gui/qt4/components/sout/profiles.hpp
+5
-5
No files found.
modules/gui/qt4/components/sout/profiles.hpp
View file @
030a7248
...
...
@@ -33,11 +33,11 @@ static const char video_profile_value_list[][53] = {
"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;wma2;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"
,
"mp4;
0;1;0;0;800;1;0;0;0;mp4a;128;2;44100;0
;0"
,
"raw;
0;1;0;0;800;1;0;0;0;flac;128;2;44100;0
;0"
,
"wav;
0;1;0;0;800;1;0;0;0;s16l;128;2;44100;0
;0"
,
"ogg;
1;1;0;none;800;1;0;0;0;vorb;128;2;44100;none
;0"
,
"raw;
1;1;0;none;800;1;0;0;0;mp3;128;2;44100;none
;0"
,
"mp4;
1;1;0;none;800;1;0;0;0;mp4a;128;2;44100;none
;0"
,
"raw;
1;1;0;none;800;1;0;0;0;flac;128;2;44100;none
;0"
,
"wav;
1;1;0;none;800;1;0;0;0;s16l;128;2;44100;none
;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