[vlc-commits] commit: Qt4: turn off video and subs when transcoding to pure audio profile ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Mon Jun 7 20:34:19 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun 7 21:33:23 2010 +0300| [030a72481ed39660dee31860d6a1cd5b3a7d3d26] | committer: Rémi Denis-Courmont
Qt4: turn off video and subs when transcoding to pure audio profile
This fixes #3681
(cherry picked from commit 06ed465441b3caefd3aeeb41c62ca321850ec717)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=030a72481ed39660dee31860d6a1cd5b3a7d3d26
---
modules/gui/qt4/components/sout/profiles.hpp | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/gui/qt4/components/sout/profiles.hpp b/modules/gui/qt4/components/sout/profiles.hpp
index f1034a7..5b51eac 100644
--- a/modules/gui/qt4/components/sout/profiles.hpp
+++ b/modules/gui/qt4/components/sout/profiles.hpp
@@ -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",
};
More information about the vlc-commits
mailing list