[FFmpeg-devel] [PATCH 1/2] libavutil: add 12 and 14 bit planar colorspaces

Michael Niedermayer michaelni at gmx.at
Tue Jul 3 18:54:00 CEST 2012


On Tue, Jul 03, 2012 at 11:21:03AM +0200, Jean First wrote:
> Michael Niedermayer wrote on 03/07/2012 4:55 :
> >Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> >---
> >  libavutil/pixdesc.c |  192 +++++++++++++++++++++++++++++++++++++++++++++++++++
> >  libavutil/pixfmt.h  |   25 +++++++
> >  2 files changed, 217 insertions(+)
> >
> >diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
> >index e87deec..f8057f0 100644
> >--- a/libavutil/pixdesc.c
> >+++ b/libavutil/pixdesc.c
> 
> [...]
> 
> >+    [PIX_FMT_YUV422P14BE] = {
> >+        .name = "yuv422p14be",
> >+        .nb_components = 3,
> >+        .log2_chroma_w = 1,
> >+        .log2_chroma_h = 0,
> >+        .comp = {
> >+            { 0, 1, 1, 0, 13 },        /* Y */
> >+            { 1, 1, 1, 0, 13 },        /* U */
> >+            { 2, 1, 1, 0, 13},        /* V */
> 
> please add a space after 13.

fixed

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120703/bd19259f/attachment.asc>


More information about the ffmpeg-devel mailing list