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 )
if ( value.toInt() > 0 )
{
smrl.option( "vb", value.toInt() );
} else {
}
/*if ( codec is h264 )*/
{
/* special handling */
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