[FFmpeg-devel] [PATCH] Add DPX decoder

Diego Biurrun diego
Wed May 6 16:01:07 CEST 2009


On Wed, May 06, 2009 at 01:56:56PM +0100, Jimmy Christensen wrote:
> 
> ----- "Michael Niedermayer" <michaelni at gmx.at> wrote:
> 
> | On Wed, May 06, 2009 at 01:27:52PM +0100, Jimmy Christensen wrote:
> | [...]
> | > +struct RGBField {
> | > +	unsigned A:2;
> | > +	unsigned R:10;
> | > +	unsigned G:10;
> | > +	unsigned B:10;
> | > +};
> | 
> | tabs are forbidden in svn
> 
> Thanks, didn't know that.

Please tell us why/how you missed the information.  We need to make it
more visible.

Diego



More information about the ffmpeg-devel mailing list