[FFmpeg-devel] [PATCH] graph2dot tool

Stefano Sabatini stefano.sabatini-lala
Sat Dec 27 12:19:10 CET 2008


On date Saturday 2008-12-27 11:11:38 +0100, Diego Biurrun encoded:
> 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..

I followed the libav* convenction (which I like) of using
CapitalizedNames for typedeffed structs, but if you prefer I can simply
use struct line in the code.

Regards.
-- 
FFmpeg = Foolish and Fostering Majestic Powerful Elastic Gadget
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graph2dot.c
Type: text/x-csrc
Size: 4567 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081227/5dcdbb18/attachment.c>



More information about the ffmpeg-devel mailing list