<br><br><div class="gmail_quote">10. maaliskuuta 2012 12.35 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span> kirjoitti:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le samedi 10 mars 2012 12:22:08 Kaarlo Räihä, vous avez écrit :<br>
<div class="im">> because some change in code made min.i and max.i always have values. So<br>
> when no range is defined, the help prints these values automatically (VLC<br>
> 1.1.x didn't print these). After this patch, min and max are not printed if<br>
> they are MIN or MAX. And it looks like<br>
><br>
>       --blendbench-loops=<integer><br>
>                                  Number of time to blend<br>
>           The number of time the blend will be performed<br>
<br>
</div>If you mean to compare against the default boundaries, you should use !=<br>
rather than < and >.<br></blockquote><div><br></div><div>I use < and > because the value is 64 bit integer. So when somebody changes the defaults next time to be INT64_MAX and INT64_MIN, the flood won't start again. </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
At least I don't see why large boundaries should be hidden.<br></blockquote><div><br></div><div>Personally I don't see any reason to have large ints there. dvb-frequency is about the only value that uses large int, but even that isn't near the limits.</div>
<div><br></div><div>Code wise some options with large values are wrong. </div><div><br></div><div><div>--dvb-adapter=<integer [-2147483648 .. 2147483647]></div><div>                                 DVB adapter</div>
<div>          If there is more than one digital broadcasting adapter, the adapter</div><div>          number must be selected. Numbering start from zero</div></div><div><br></div><div>(yes, range would be better)</div><div>
<br></div><div>And because these not defined ranges give false promises about the what really is possible (e.g. --canvas-width=2147483647 )</div><div><br></div><div><br></div><div>And because they are scary/confusing for regular people. (e.g. --dvdread-angle=<integer [-2147483648 .. 2147483647]> )</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br>