[vlc-devel] [PATCH] Handling prefered language in AsfSelectStream Better, bitrate sort and select algo Tested with asf containing 3, Videos and 24 Lang...

Jean-Baptiste Kempf jb at videolan.org
Tue Jul 16 14:28:21 CEST 2013


On 16 Jul, Alain Degreffe wrote :
> +        else if( hdr->stream[i].i_cat == ASF_CODEC_TYPE_VIDEO && b_video && ( hdr->stream[i].i_bitrate < i_bitrate_max || !i_bitrate_max ) )

Line too long.

> --- a/modules/access/mms/mms.c
> +++ b/modules/access/mms/mms.c
> @@ -76,7 +76,8 @@ vlc_module_begin ()
>  
>      add_bool( "mms-all", false, ALL_TEXT, ALL_LONGTEXT, true )
>      add_integer( "mms-maxbitrate", 0, BITRATE_TEXT, BITRATE_LONGTEXT ,
> -                 false )
> +                 true )

Why?

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list