[FFmpeg-devel] [PATCH] Misc patches for pixdesc.c

Stefano Sabatini stefano.sabatini-lala
Mon Mar 30 01:12:51 CEST 2009


On date Sunday 2009-03-29 23:18:44 +0200, Michael Niedermayer encoded:
> On Tue, Mar 24, 2009 at 09:51:26PM +0100, Stefano Sabatini wrote:
> > Hi all,
> > 
> > cosmetics+reorder patch.
> > 
> > Second patch is unfortunately unreadable, what it does is to resort
> > the pixdescs in the same order as the pixfmts, that should ease my
> > future work of filling the gaps.
> [...]
> > @@ -148,9 +148,9 @@
> >          .log2_chroma_w= 0,
> >          .log2_chroma_h= 0,
> >          .comp = {
> > -            {0,5,1,0,15},
> > -            {0,5,3,0,15},
> > -            {0,5,5,0,15},
> > +            {0,5,1,0,15},       /* R */
> > +            {0,5,3,0,15},       /* G */
> > +            {0,5,5,0,15},       /* B */
> >          },
> >          .flags = PIX_FMT_BE,
> >      },
> > @@ -160,9 +160,9 @@
> >          .log2_chroma_w= 0,
> >          .log2_chroma_h= 0,
> >          .comp = {
> > -            {0,1,1,0,4},
> > -            {0,1,1,5,5},
> > -            {0,1,2,3,4},
> > +            {0,1,2,3,4},        /* R */
> > +            {0,1,1,5,5},        /* G */
> > +            {0,1,1,0,4},        /* B */
> >          },
> >      },
> >      [PIX_FMT_RGB565BE] = {
> 
> mix of cosmetic and functional changes

Split and updated.

Regards.
-- 
FFmpeg = Furious and Fundamental Moronic Patchable Embarassing Geek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pixdesc-cosmetics.patch
Type: text/x-diff
Size: 5117 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090330/41211879/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: invert-rgb-comp-order.patch
Type: text/x-diff
Size: 990 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090330/41211879/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pixdesc-reorder.patch
Type: text/x-diff
Size: 6066 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090330/41211879/attachment-0002.patch>



More information about the ffmpeg-devel mailing list