[Ffmpeg-devel] THP decoder

Diego Biurrun diego
Thu Apr 5 01:20:31 CEST 2007


On Wed, Apr 04, 2007 at 11:46:51PM +0400, Kislyakov Maxim wrote:
> Made some cosmetics and removed whitespaces, made thp.c as new file,
> because i have written it myself.
> This is new patch.
> 
> --- libavformat/thp.c   (revision 0)
> +++ libavformat/thp.c   (revision 0)
> @@ -0,0 +1,221 @@
> +/*
> + * THP Demuxer
> + *

Put your name here.

> +static int thp_probe(AVProbeData *p)
> +{

Dunno if anybody cares about this, but we usually have the opening brace
on the same line, not on a line of its own, same for else.  But as I
said, no idea if people really care.

Diego




More information about the ffmpeg-devel mailing list