[Common-cvs] include ihxtlogsystem.h,1.60,1.60.2.1
jgordon at helixcommunity.org jgordon at helixcommunity.orgUpdate of /cvsroot/common/include
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv21259
Modified Files:
Tag: PRODUCER_14_0_RN
ihxtlogsystem.h
Log Message:
avcm logging build buster. Merge HXLOG_AVCM definition to HEAD and PRODUCER_14_0_RN
Index: ihxtlogsystem.h
===================================================================
RCS file: /cvsroot/common/include/ihxtlogsystem.h,v
retrieving revision 1.60
retrieving revision 1.60.2.1
diff -u -d -r1.60 -r1.60.2.1
--- ihxtlogsystem.h 5 May 2010 16:20:04 -0000 1.60
+++ ihxtlogsystem.h 15 Feb 2011 22:56:32 -0000 1.60.2.1
@@ -251,6 +251,7 @@
,HXLOG_NGV1 = HX_MAKE4CC('N','G','V','1') // Real Video Next Generation Video decoder
,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
};
static const struct _ClientLogging4CC
@@ -359,6 +360,7 @@
{HXLOG_NGV1, "Real Video Next Generation Video decoder"},
{HXLOG_MRGF, "Merge file format plugin"},
{HXLOG_MFFF, "Windows Media Foundation File Format Plugin"},
+ {HXLOG_AVCM, "H.264 decoder"},
{0, NULL} // This entry should ALWAYS remain the last entry
};