]> git.sesse.net Git - vlc/commitdiff
Qt4: turn off video and subs when transcoding to pure audio profile
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Jun 2010 18:33:23 +0000 (21:33 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Jun 2010 18:33:51 +0000 (21:33 +0300)
This fixes #3681

modules/gui/qt4/components/sout/profiles.hpp

index f1034a7902344921ad069032044e9de3b7489d73..5b51eac2082a999c57c837f5a57af638365e0584 100644 (file)
@@ -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",
 };