[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-dev
Subject:    [hxvideo] CR for MPEG4 video
From:       "Greg Wright" <gwright () real ! com>
Date:       2003-09-22 17:38:20
Message-ID: 0b2f01c38130$50ac7a80$7c6f17ac () gwright3
[Download RAW message or body]

Just adds the color format that mp4 outputs, 2VUY so that the
bitmap helper func recognize it.

Effects minisite and SMIL_SITE builds only. Adds a few bytes.

--greg.




Index: minifmt.cpp
===================================================================
RCS file: /cvs/video/sitelib/minifmt.cpp,v
retrieving revision 1.7
diff -u -w -r1.7 minifmt.cpp
--- minifmt.cpp 15 Sep 2003 19:59:07 -0000      1.7
+++ minifmt.cpp 22 Sep 2003 17:37:10 -0000
@@ -257,6 +257,7 @@
     CreateFmtEntry( _FOURCC, MAKEFOURCC('Y', 'V', '1', '2'), CID_YV12, 12, 1);
     CreateFmtEntry( _FOURCC, MAKEFOURCC('Y','U','Y','2'),    CID_YUY2, 16, 2);
     CreateFmtEntry( _FOURCC, MAKEFOURCC('U', 'Y', 'V', 'Y'), CID_UYVY, 16, 2);
+    CreateFmtEntry( _FOURCC, MAKEFOURCC('2','V','U','Y')),   CID_I420, 12, 1);

     CreateFmtEntry( _FOURCC+_BITCOUNT, BI_RGB, CID_RGB32, 32, 4);
     CreateFmtEntry( _FOURCC+_BITCOUNT, BI_RGB, CID_RGB24, 24, 3);

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@video.helixcommunity.org
For additional commands, e-mail: dev-help@video.helixcommunity.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic