changeset 6100:d046a7103934 libavformat

Add support to B4BY and R4BY NUT codec tags added in NUT r672.
author stefano
date Sun, 06 Jun 2010 18:29:42 +0000
parents ed24da0b0cee
children affa412d5500
files nut.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nut.c	Sun Jun 06 11:43:53 2010 +0000
+++ b/nut.c	Sun Jun 06 18:29:42 2010 +0000
@@ -63,6 +63,8 @@
     { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B',  8 ) },
     { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R',  4 ) },
     { 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('R', 'G', 'B', 48 ) },
     { CODEC_ID_RAWVIDEO, MKTAG(48 , 'R', 'G', 'B') },
     { CODEC_ID_RAWVIDEO, MKTAG('Y', '1',  0 , 16 ) },