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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mpeg2ts/demuxer/payload aacpayload.cpp,1.2,1.3
From:       qluo () helixcommunity ! org
Date:       2011-01-27 17:53:38
Message-ID: 201101271753.p0RHrpGW014469 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/mpeg2ts/demuxer/payload
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv14647/demuxer/payload

Modified Files:
	aacpayload.cpp 
Log Message:
merge fixes to head.


Index: aacpayload.cpp
===================================================================
RCS file: /cvsroot/datatype/mpeg2ts/demuxer/payload/aacpayload.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- aacpayload.cpp	1 Jul 2010 22:44:39 -0000	1.2
+++ aacpayload.cpp	27 Jan 2011 17:53:36 -0000	1.3
@@ -53,6 +53,11 @@
 #include "pckunpck.h"
 #include "aacpayload.h"
 
+#if defined(ANDROID)
+#include <utils/Log.h>
+#define printf LOGD
+#endif
+
 CHXAACPayload::CHXAACPayload(IUnknown* pContext)
     : CHXBasePayload(pContext)
     , m_pCodecInitDataBuffer(NULL)
@@ -122,7 +127,7 @@
                         //wont know for sure which one is the true ADTS header. pick the first
                         //one and hope we are correct
                         bCanDetermineFixedHeader = FALSE;
-                        HX_ASSERT(FALSE);
+                        printf("+++ %s: Cant Determine ADTS Header. +++\n", __FUNCTION__);
                     }
                     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