[FFmpeg-cvslog] nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE

Peter Ross git at videolan.org
Fri Apr 29 04:38:02 CEST 2011


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Sun Mar 20 00:25:18 2011 +1100| [f9fb574deee2db5db89e7ca7f8f12680fb2e6d7f] | committer: Anton Khirnov

nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9fb574deee2db5db89e7ca7f8f12680fb2e6d7f
---

 libavformat/nut.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 3a6e28f..9a2ee6b 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') },



More information about the ffmpeg-cvslog mailing list