[FFmpeg-devel] [PATCH] graph2dot tool
Diego Biurrun
diego
Sat Dec 27 11:11:38 CET 2008
On Sat, Dec 27, 2008 at 12:39:27AM +0100, Stefano Sabatini wrote:
>
> [...]
>
> I should have been fixed all the C99 mixed declaration around, and
> done some simplification.
>
> I also implemented a getopt() based CLI parsing mechanism, extended
> the interface and fixed other random errors.
>
> typedef struct Line {
> char data[256];
> struct Line *next;
> } Line;
Capitalized names are ugly and you might as well get rid of the typedef..
Diego
More information about the ffmpeg-devel
mailing list