On 04/12/11 16:33, Ronald S. Bultje wrote:
Hi,

On Sun, Dec 4, 2011 at 6:56 AM, Luca Barbato<[email protected]>  wrote:

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

diff --git a/libavformat/nut.c b/libavformat/nut.c
index d192bb4..587dc2e 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -70,6 +70,12 @@ const AVCodecTag ff_nut_video_tags[] = {
     { 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', '3', 11 , 10 ) },
+    { CODEC_ID_RAWVIDEO, MKTAG(10 , 11 , '3', 'Y') },
+    { CODEC_ID_RAWVIDEO, MKTAG('Y', '3', 10 , 10 ) },
+    { CODEC_ID_RAWVIDEO, MKTAG(10 , 10 , '3', 'Y') },
+    { CODEC_ID_RAWVIDEO, MKTAG('Y', '3',  0 , 10 ) },
+    { CODEC_ID_RAWVIDEO, MKTAG(10 ,  0 , '3', 'Y') },
     { CODEC_ID_RAWVIDEO, MKTAG('Y', '1',  0 , 16 ) },
     { CODEC_ID_RAWVIDEO, MKTAG(16 ,  0 , '1', 'Y') },
     { CODEC_ID_RAWVIDEO, MKTAG('Y', '3', 11 , 16 ) },


This is probably OK if NUT documents these fourccs to be correct somewhere.

Dug the nut fourcc definition and it is in line with that specifies. I guess we could format and add it to our docs as well.

lu

--

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to