[vlc-commits] commit: qt4: don't scale to 720p on webm profile (Ilkka Ollakka )

git at videolan.org git at videolan.org
Sat Jun 5 22:20:47 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Jun  5 23:19:38 2010 +0300| [b986c0673d293d7c334eeac199c9f91160ed7906] | committer: Ilkka Ollakka 

qt4: don't scale to 720p on webm profile

Which was wrong way anyway.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b986c0673d293d7c334eeac199c9f91160ed7906
---

 modules/gui/qt4/components/sout/profiles.hpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/sout/profiles.hpp b/modules/gui/qt4/components/sout/profiles.hpp
index 9302900..f1034a7 100644
--- a/modules/gui/qt4/components/sout/profiles.hpp
+++ b/modules/gui/qt4/components/sout/profiles.hpp
@@ -3,7 +3,7 @@
 
 static const char video_profile_name_list[][35] = {
     "Video - H.264 + AAC (MP4)",
-    "Video - 720p VP80 + Vorbis (Webm)",
+    "Video - VP80 + Vorbis (Webm)",
     "Video - H.264 + AAC (TS)",
     "Video - Dirac + AAC (TS)",
     "Video - Theora + Vorbis (OGG)",
@@ -25,7 +25,7 @@ static const char video_profile_value_list[][53] = {
     /* audio codec(string), audio bitrate(integer), channels(integer), */
     /* samplerate(integer), subtitle codec(string), subtitle overlay(bool) */
     "mp4;1;1;0;h264;0;0;0;0;0;mp4a;128;2;44100;0;1",
-    "webm;1;1;0;VP80;2000;0;0;720;0;vorb;128;2;44100;0;1",
+    "webm;1;1;0;VP80;2000;0;0;0;0;vorb;128;2;44100;0;1",
     "ts;1;1;0;h264;800;1;0;0;0;mp4a;128;2;44100;0;0",
     "ts;1;1;0;drac;800;1;0;0;0;mp4a;128;2;44100;0;0",
     "ogg;1;1;0;theo;800;1;0;0;0;vorb;128;2;44100;0;0",



More information about the vlc-commits mailing list