Commit e6bd3d09 authored by Francois Cartegnie's avatar Francois Cartegnie

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

bitrate
parent 4ef659cb
...@@ -244,7 +244,10 @@ void VLCProfileSelector::updateOptions( int i ) ...@@ -244,7 +244,10 @@ void VLCProfileSelector::updateOptions( int i )
if ( value.toInt() > 0 ) if ( value.toInt() > 0 )
{ {
smrl.option( "vb", value.toInt() ); smrl.option( "vb", value.toInt() );
} else { }
/*if ( codec is h264 )*/
{
/* special handling */ /* special handling */
QStringList codecoptions; QStringList codecoptions;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment