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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mp4/fileformat qtatmmgs.cpp,1.53,1.54
From:       umakantg () helixcommunity ! org
Date:       2009-07-31 17:49:54
Message-ID: 200907311857.n6VIvbAx020232 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

Modified Files:
	qtatmmgs.cpp 
Log Message:
Modifications to support 3g2/evrc playback support. CR: ehyche@real.com



Index: qtatmmgs.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/fileformat/qtatmmgs.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- qtatmmgs.cpp	16 Jul 2009 20:02:44 -0000	1.53
+++ qtatmmgs.cpp	31 Jul 2009 17:49:52 -0000	1.54
@@ -2043,7 +2043,7 @@
 		    }
 		    break;
 		case QT_mp4a:
-		    if (ulSampleDescEntrySize >
+                    if (ulSampleDescEntrySize >
 			sizeof(CQT_stsd_Atom::AudioMP4ArrayEntry))
                     {
                         m_ulChannels = CQTAtom::GetUI16((UINT8*)
@@ -2091,6 +2091,14 @@
 			    pSampleDescEntry)->pDecoderSpecificInfo;
 		    }
 		    break;
+                case QT_sevc:
+                    if (ulSampleDescEntrySize >
+			sizeof(CQT_stsd_Atom::AudioQCELPArrayEntry))
+		    {
+			m_pOpaqueData = ((CQT_stsd_Atom::AudioEVRCArrayEntry*)
+			    pSampleDescEntry)->pDecoderSpecificInfo;
+		    }
+		    break;
 		case QT_samr:
 		    if (ulSampleDescEntrySize >
 			sizeof(CQT_stsd_Atom::AudioSAMRArrayEntry))
@@ -2452,6 +2460,9 @@
 		case QT_sqcp:
 		    pMediaName = "X-RN-3GPP-QCELP";
 		    break;
+                case QT_sevc:
+		    pMediaName = "X-RN-3GPP-EVRC";
+		    break;
 		case QT_sawb:
 		    pMediaName = "X-RN-3GPP-AMR-WB";
 		    break;


_______________________________________________
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