[FFmpeg-devel] [PATCH 4/4] nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE

Michael Niedermayer michaelni at gmx.at
Thu Mar 24 00:37:52 CET 2011


On Wed, Mar 23, 2011 at 05:14:57PM +0100, Stefano Sabatini wrote:
> On date Wednesday 2011-03-23 22:41:17 +1100, Peter Ross encoded:
> > ---
> >  libavformat/nut.c |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> > 
> > diff --git a/libavformat/nut.c b/libavformat/nut.c
> > index 1c5a139..c31f53a 100644
> > --- a/libavformat/nut.c
> > +++ b/libavformat/nut.c
> > @@ -65,7 +65,9 @@ const AVCodecTag ff_nut_video_tags[] = {
> >      { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B',  4 ) },
> >      { CODEC_ID_RAWVIDEO, MKTAG('B', '4', 'B', 'Y') },
> >      { CODEC_ID_RAWVIDEO, MKTAG('R', '4', 'B', 'Y') },
> > +    { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 48 ) },
> >      { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 48 ) },
> > +    { CODEC_ID_RAWVIDEO, MKTAG(48 , 'B', 'G', 'R') },
> >      { CODEC_ID_RAWVIDEO, MKTAG(48 , 'R', 'G', 'B') },
> >      { CODEC_ID_RAWVIDEO, MKTAG('Y', '1',  0 , 16 ) },
> >      { CODEC_ID_RAWVIDEO, MKTAG(16 ,  0 , '1', 'Y') },
> 
> LGTM, same considerations as for the previous patch.

LGTM

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

it is not once nor twice but times without number that the same ideas make
their appearance in the world. -- Aristotle
-------------- 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/20110324/cd8b6652/attachment.asc>


More information about the ffmpeg-devel mailing list