From 698b536f3b34a7cfc41a80e1034cc359456bdd66 Mon Sep 17 00:00:00 2001 From: Dave Burke Date: Sat, 12 May 2012 13:17:25 -0700 Subject: Update to 2012_05_11 version. Fixes: - Don't throw error for invalid bitrate but limit to functional value - More robust ASC parsing - More robust handling of corrupt bitstreams - Handle multiple raw access units Change-Id: Ib49fe2545ff4185fe924126da702fe84ac5c2d87 --- libMpegTPDec/include/tpdec_lib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libMpegTPDec/include/tpdec_lib.h') diff --git a/libMpegTPDec/include/tpdec_lib.h b/libMpegTPDec/include/tpdec_lib.h index f32f6d8..5597e9d 100644 --- a/libMpegTPDec/include/tpdec_lib.h +++ b/libMpegTPDec/include/tpdec_lib.h @@ -162,7 +162,8 @@ int CProgramConfig_LookupElement( * \return Total element count including all SCE, CPE and LFE. */ int CProgramConfig_GetElementTable( const CProgramConfig *pPce, - MP4_ELEMENT_ID table[] ); + MP4_ELEMENT_ID table[], + const INT elListSize ); /** * \brief Initialize a given AudioSpecificConfig structure. -- cgit v1.2.3