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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] avi/fileformat avistrm.cpp, 1.10.2.13.2.29.4.3, 1.10.2.13.2.29.4.4
From:       hanshunsun () helixcommunity ! org
Date:       2012-05-29 2:17:57
[Download RAW message or body]

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

Modified Files:
      Tag: hxclient_3_6_1_raja
	avistrm.cpp 
Log Message:
ynopsis:
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: avistrm.cpp
===================================================================
RCS file: /cvsroot/datatype/avi/fileformat/avistrm.cpp,v
retrieving revision 1.10.2.13.2.29.4.3
retrieving revision 1.10.2.13.2.29.4.4
diff -u -d -r1.10.2.13.2.29.4.3 -r1.10.2.13.2.29.4.4
--- avistrm.cpp	28 May 2012 14:18:51 -0000	1.10.2.13.2.29.4.3
+++ avistrm.cpp	29 May 2012 02:17:52 -0000	1.10.2.13.2.29.4.4
@@ -1112,10 +1112,10 @@
                         case WAVE_FORMAT_AC3:
                                 {
                                     pMimeType = "audio/AC3";
-                                    if(bits == 0)
- 		                            {			    
- 		                                 bits = 16;
- 		                            }	
+                                    if(pWaveInfo->usBitsPerSample == 0)
+                                    {
+                                        pWaveInfo->usBitsPerSample = 16;
+                                    }
                                 }
                                 break;
                         default:


_______________________________________________
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