[FFmpeg-cvslog] r15366 - trunk/ffmpeg.c
Mike Melanson
mike
Fri Sep 19 00:00:37 CEST 2008
michael wrote:
> + if(line[0] == '#' && !e)
> + continue;
So the comment marker can only occur at the start of a line? Still not
very good behavior. Expected behavior would be for everything between
'#' and the next newline to be disregarded.
Face it-- text parsers in C are ugly. Good luck trying to make this
user-friendly feature pretty enough for the FFmpeg codebase.
--
-Mike Melanson
More information about the ffmpeg-cvslog
mailing list