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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] h264/common/pub hx_parse_h264.h, 1.1.2.1.4.1,
From:       joeli () helixcommunity ! org
Date:       2011-10-27 10:43:39
[Download RAW message or body]

Update of /cvsroot/datatype/h264/common/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv12165/pub

Modified Files:
      Tag: hxclient_3_6_1_tiger
	hx_parse_h264.h 
Log Message:
port h264 common lib from 361atlas
added by joeli at 2011/10/27


Index: hx_parse_h264.h
===================================================================
RCS file: /cvsroot/datatype/h264/common/pub/hx_parse_h264.h,v
retrieving revision 1.1.2.1.4.1
retrieving revision 1.1.2.1.4.1.2.1
diff -u -d -r1.1.2.1.4.1 -r1.1.2.1.4.1.2.1
--- hx_parse_h264.h	2 Jun 2011 10:10:51 -0000	1.1.2.1.4.1
+++ hx_parse_h264.h	27 Oct 2011 10:43:36 -0000	1.1.2.1.4.1.2.1
@@ -62,6 +62,13 @@
 #include "hxresult.h"
 #include "bitstream.h"
 
+typedef struct nal_data
+{
+   unsigned int offset;
+   unsigned int length;
+} nal_data;
+#define NALLISTSIZE 16
+
 enum HXNALUnitType
 {
     HXNALUnitTypeUnspecified0,
@@ -320,7 +327,9 @@
     BYTE GetNumPictureParameterSets()  const { return m_ucNumPictureParameterSets;  }
     HX_RESULT GetLumaWidthHeight(UINT32* pulWidth, UINT32* pulHeight);
     HX_RESULT GetFrameWidthHeight(UINT32* pulWidth, UINT32* pulHeight);
+    nal_data  *GetNALList();
 private:
+    nal_data  nalList[NALLISTSIZE];
     BYTE m_ucConfigurationVersion;
     BYTE m_ucAVCProfileIndication;
     BYTE m_ucProfileCompatibility;


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

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