]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
No need to differentiate LBR subtype from DTSHD as DXP source program as LBR is handl...
authorSu <qsu@ti.com>
Thu, 2 Nov 2017 15:41:00 +0000 (11:41 -0400)
committerSu <qsu@ti.com>
Thu, 2 Nov 2017 15:41:00 +0000 (11:41 -0400)
pasdk/test_dsp/mib/mib.c

index 520db2d96249d578b47d249eb239238a09004074..980da950d9b8a900637d251deeb758b525ea19a6 100644 (file)
@@ -1517,10 +1517,10 @@ Int DIB_syncScan (DEV2_Handle device, PAF_InpBufConfig *pBufConfig, XDAS_UInt32
 
                 Log_info2("source is %d.  pc is %d.", iecPafSource[pc], pc);
                 //TRACE((&TR_MOD, "source is %d.  pc is %d.\n", iecPafSource[pc], pc));
-
+#if 0 //No need to differentiate LBR subtype from DTSHD as DXP source program as LBR is handled inside DTSX decoder like other subtypes.
                 if (pc == 0x11 && DTSHDSubType == 3 && (PAF_ASP_sampleRateHzTable[pBufConfig->pBufStatus->sampleRateStatus][PAF_SAMPLERATEHZ_STD] <=48000.0))
                     pDevExt->sourceProgram = PAF_SOURCE_DXP;    // LBR is 23
-             
+#endif             
                 pDevExt->frameLength = pDevExt->pIECFrameLength[pc];
                 pDevExt->lengthofData = pDevExt->frameLength;
                 if (pc == 1)