diff options
Diffstat (limited to 'libMpegTPDec/include')
-rw-r--r-- | libMpegTPDec/include/tpdec_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. |