--- common/video/iso-mpeg4/src/vtc_zte_ztscan_dec.cpp.orig 2005-05-04 13:56:01.000000000 -0600 +++ common/video/iso-mpeg4/src/vtc_zte_ztscan_dec.cpp 2009-11-19 04:13:55.000000000 -0700 @@ -242,7 +242,7 @@ ********************************************************/ Void CVTCDecoder::wavelet_dc_decode(Int c) { - noteDetail("Decoding DC (wavelet_dc_decode)...."); + noteDetail((char*)"Decoding DC (wavelet_dc_decode)...."); color=c; //Added by Sarnoff for error resilience, 3/5/99 @@ -270,7 +270,7 @@ callc_decode(); iDC_predict(color); - noteDetail("Completed decoding DC."); + noteDetail((char*)"Completed decoding DC."); } @@ -318,7 +318,7 @@ // 1127 numBP = ceilLog2(mzte_codec.m_iMaxDC+1); // modified by Sharp if ((acm_bpdc=(ac_model *)calloc(numBP,sizeof(ac_model)))==NULL) - errorHandler("Can't allocate memory for prob model."); + errorHandler((char*)"Can't allocate memory for prob model."); for (i=0; iD found packet at [TU_%d,TU_%d], l=%d bits",TU_first, + noteProgress((char*)" ==>D found packet at [TU_%d,TU_%d], l=%d bits",TU_first, TU_last,packet_size-16); if(mzte_codec.m_iScanDirection==0){ /* TD */ @@ -2022,7 +2022,7 @@ if(packet_size-16-prev_segs_size<(Int)mzte_codec.m_usSegmentThresh) return 2; - noteProgress("\tDecode segment marker."); + noteProgress((char*)"\tDecode segment marker."); prev_segs_size=packet_size-16; @@ -2111,7 +2111,7 @@ if(LTU==TU_last){ if(errSignal ==0) - noteProgress(" ==>D found packet at [TU_%d,TU_%d], l=%d bits", + noteProgress((char*)" ==>D found packet at [TU_%d,TU_%d], l=%d bits", TU_first,TU_last,packet_size-16); for (i=0; i