[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mkv/fileformat mkv_file_format.cpp, 1.11.2.21.2.2, 1.11.2.21.2.3
From:       hanshunsun () helixcommunity ! org
Date:       2012-05-28 14:16:23
[Download RAW message or body]

Update of /cvsroot/datatype/mkv/fileformat
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv16850

Modified Files:
      Tag: hxclient_3_6_1_raja
	mkv_file_format.cpp 
Log Message:
Synopsis:
Change to fix the Bug 15006: [New Requirment][AC-3 Passthrough]: New
Requirment for AC-3 Passthrought.

Overview:
In order to support AC-3 Passthrough on HDMI of Avi, MKV and mp4 files,
I Modified files to support this function on HDMI.

Files Added: None

Files Modified:
/audio/device/platform/unix/audAndroid.cpp
/audio/device/platform/unix/audUnix.cpp
/audio/device/pub/hxaudev.h
/client/audiosvc/hxaudply.cpp
/client/audiosvc/pub/hxaudply.h
/client/audiosvc/hxaudses.cpp
/client/audiosvc/pub/hxaudses.h
/client/audiosvc/hxaudstr_new.cpp
/client/audiosvc/pub/hxaudstr.h
/client/core/hxplay.cpp
/client/core/pub/hxplay.h
/common/include/hxcore.h
/common/include/hxiids.h
/common/include/hxrendr.h
/datatype/avi/fileformat/avistrm.cpp
/datatype/common/audrend/audrendf.cpp
/datatype/common/audrend/pub/audrendf.h
/mkv/fileformat/mkv_file_format.cpp
/datatype/mp4/fileformat/fswtchr_passthrough.cpp
/datatype/mp4/fileformat/pub/qtatoms.h
/datatype/mp4/fileformat/qtatmmgs.cpp
/datatype/mp4/fileformat/qttrack.cpp
/datatype-restricted/ac3/renderer/ac3fmt.cpp
/datatype-restricted/ac3/renderer/ac3rend.cpp
/datatype-restricted/ac3/renderer/pub/ac3fmt.h
/datatype-restricted/ac3/renderer/pub/ac3rend.h
/datatype-restricted/ac3/renderer/dllumakefil
/datatype-restricted/ac3/renderer/libumakefil
/player/kit/android/4.0/PlayerDriver.cpp


Index: mkv_file_format.cpp
===================================================================
RCS file: /cvsroot/datatype/mkv/fileformat/mkv_file_format.cpp,v
retrieving revision 1.11.2.21.2.2
retrieving revision 1.11.2.21.2.3
diff -u -d -r1.11.2.21.2.2 -r1.11.2.21.2.3
--- mkv_file_format.cpp	18 Apr 2012 07:35:18 -0000	1.11.2.21.2.2
+++ mkv_file_format.cpp	28 May 2012 14:15:21 -0000	1.11.2.21.2.3
@@ -1114,15 +1114,10 @@
 		uint32 bits = trk->audio.uBitspersample;
 		if(!strncmp(trk->pszCodec, MKV_AAC3_MIMETYPE, strlen(MKV_AAC3_MIMETYPE)) || \
!strncmp(trk->pszCodec, MKV_EAC3_MIMETYPE, strlen(MKV_EAC3_MIMETYPE)))  {
-#ifdef DOLBY_DDPDEC51_TEGRA_MULTICHANNEL		
-		    chan = 2;	
-		        bits = 16;			
-#else
 		    if(bits == 0)
 		    {			    
 		        bits = 16;
 		    }
-#endif				
 		}
 		
 		pHdr->SetPropertyULONG32("Channels",  chan);


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic