[FFmpeg-devel] Extension of pipe url

Måns Rullgård mans
Wed Aug 15 14:13:43 CEST 2007


Vincent Fourmond wrote:
> M?ns Rullg?rd wrote:
>> And indentation style should be consistent and sane.  That is, GNU style
>> is not tolerable.
>
>   OK, thanks. Does that look better now ?

The indentation style is still inconsistent.

Furthermore, IMO you should treat things like "10abc" as non-numeric too,
and not only reject strings not starting with a digit.  This is easily
done as if(*final) since strtol() will set the end pointer pointing at
the null terminator if the string is all digits.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list