am e7650c32: am e5bdd24b: Merge "stagefright aacenc: Avoid warnings about incompatible pointer types"
* commit 'e7650c327980f15c6cd53ad0081a54d78c3248f0': stagefright aacenc: Avoid warnings about incompatible pointer types
This commit is contained in:
committed by
Android Git Automerger
commit
459df4ef83
@@ -102,7 +102,7 @@ Word16 AacEncEncode(AAC_ENCODER *hAacEnc,
|
||||
const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */
|
||||
Word16 *numAncBytes, /*!< number of ancillary Data Bytes, send as fill element */
|
||||
UWord8 *outBytes, /*!< pointer to output buffer */
|
||||
Word32 *numOutBytes /*!< number of bytes in output buffer */
|
||||
VO_U32 *numOutBytes /*!< number of bytes in output buffer */
|
||||
);
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
|
||||
@@ -146,7 +146,7 @@ Word16 AacEncEncode(AAC_ENCODER *aacEnc, /*!< an encoder handle */
|
||||
const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */
|
||||
Word16 *numAncBytes, /*!< number of ancillary Data Bytes */
|
||||
UWord8 *outBytes, /*!< pointer to output buffer (must be large MINBITS_COEF/8*MAX_CHANNELS bytes) */
|
||||
Word32 *numOutBytes /*!< number of bytes in output buffer after processing */
|
||||
VO_U32 *numOutBytes /*!< number of bytes in output buffer after processing */
|
||||
)
|
||||
{
|
||||
ELEMENT_INFO *elInfo = &aacEnc->elInfo;
|
||||
|
||||
Reference in New Issue
Block a user