[datatype-dev] CR: Add avcm decoder support for h264ES payload
Jamie Gordon jgordon at real.comSynopsis
========
Adds AVCM decoder to H264ES payload decoders
Branches: HEAD, PRODUCER_14_0_RN
Suggested Reviewer: anyone
Description
===========
Adds AVCM decoder to H264ES payload decoders (makes it the same
as the other H.264 payload depacketizer's decoders list).
Files Affected
==============
datatype/mp4/payload/h264espyld.cpp
Testing Performed
=================
Platforms Tested: win32-i386-vc9
Build verified: win32-i386-vc9
QA Hints
===============
n/a
-------------- next part --------------
Index: datatype/mp4/payload/h264espyld.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/payload/h264espyld.cpp,v
retrieving revision 1.4
diff -u -w -r1.4 h264espyld.cpp
--- datatype/mp4/payload/h264espyld.cpp 1 Jul 2010 22:38:32 -0000 1.4
+++ datatype/mp4/payload/h264espyld.cpp 23 Feb 2011 22:24:23 -0000
@@ -90,7 +90,7 @@
#ifdef HELIX_FEATURE_OMX_VIDEO_DECODER_AVC1
"OMXV",
#endif
- "AVC1", "AVCQ", NULL};
+ "AVCM", "AVC1", "AVCQ", NULL};
/*****************************************************************************
aligned(8) class AVCDecoderConfigurationRecord {