[FFmpeg-devel] [PATCH] Add DPX decoder
Jimmy Christensen
jimmy
Wed May 6 16:10:13 CEST 2009
----- "Diego Biurrun" <diego at biurrun.de> wrote:
> 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.
>
I read this
http://www.ffmpeg.org/contact.html
and this
http://www.mplayerhq.hu/DOCS/tech/patches.txt
There was nothing specific about tabs, only that you should not make cosmetic changes to tabulations etc.
> Diego
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
--
Best Regards
Jimmy Christensen
Developer
Ghost A/S
More information about the ffmpeg-devel
mailing list