]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - processor_audio_sdk_1_00_00_00/pasdk/common/paf_decOpCircBuf.c
Change metadata buffer pointers types to match audio frame (remove ARM compiler warning)
[processor-sdk/performance-audio-sr.git] / processor_audio_sdk_1_00_00_00 / pasdk / common / paf_decOpCircBuf.c
index f017cdc2e1ccd7b0eb89ac32d0c9452da27ad986..425496a70776b6992f3223e1fccc1564facd547a 100644 (file)
@@ -66,7 +66,7 @@ Int cbInit(
 {
     PAF_AudioFrame *pAfCb;
     PAF_AudioData *pPcmBuf;
-    Int8 *pMetaBuf; //QIN
+    UInt8 *pMetaBuf; //QIN
     Int8 n;
     Int8 i;