[vlc-commits] Qt: sout mrl generator: also apply optional x264 options on fixed

Francois Cartegnie git at videolan.org
Fri Sep 21 17:07:22 CEST 2012


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Sep 21 17:06:35 2012 +0200| [e6bd3d096ddbe87b3d37e45942de334ff8d03731] | committer: Francois Cartegnie

Qt: sout mrl generator: also apply optional x264 options on fixed
bitrate

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

 modules/gui/qt4/components/sout/profile_selector.cpp |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp
index ac76b75..751f4bd 100644
--- a/modules/gui/qt4/components/sout/profile_selector.cpp
+++ b/modules/gui/qt4/components/sout/profile_selector.cpp
@@ -244,7 +244,10 @@ void VLCProfileSelector::updateOptions( int i )
             if ( value.toInt() > 0 )
             {
                 smrl.option( "vb", value.toInt() );
-            } else {
+            }
+
+            /*if ( codec is h264 )*/
+            {
                 /* special handling */
                 QStringList codecoptions;
 



More information about the vlc-commits mailing list