[Common-cvs] include ihxtlogsystem.h,1.60.2.1,1.60.2.2
jgordon at helixcommunity.org jgordon at helixcommunity.orgUpdate of /cvsroot/common/include
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv16838
Modified Files:
Tag: PRODUCER_14_0_RN
ihxtlogsystem.h
Log Message:
Add 4cc for MPTS
Index: ihxtlogsystem.h
===================================================================
RCS file: /cvsroot/common/include/ihxtlogsystem.h,v
retrieving revision 1.60.2.1
retrieving revision 1.60.2.2
diff -u -d -r1.60.2.1 -r1.60.2.2
--- ihxtlogsystem.h 15 Feb 2011 22:56:32 -0000 1.60.2.1
+++ ihxtlogsystem.h 24 Feb 2011 00:24:55 -0000 1.60.2.2
@@ -252,6 +252,7 @@
,HXLOG_MRGF = HX_MAKE4CC('M','R','G','F') // Merge file format plugin
,HXLOG_MFFF = HX_MAKE4CC('M','F','F','F') // Windows Media Foundation file format plugin
,HXLOG_AVCM = HX_MAKE4CC('A','V','C','M') // MainConcepts-based H.264 decoder
+ ,HXLOG_MPTS = HX_MAKE4CC('M','P','T','S') // MPEG-2 Transport Stream
};
static const struct _ClientLogging4CC
@@ -361,6 +362,7 @@
{HXLOG_MRGF, "Merge file format plugin"},
{HXLOG_MFFF, "Windows Media Foundation File Format Plugin"},
{HXLOG_AVCM, "H.264 decoder"},
+ {HXLOG_MPTS, "MPEG-2 Transport Stream"},
{0, NULL} // This entry should ALWAYS remain the last entry
};