--- common/video/iso-mpeg4/src/vtc_ztq_decQM.cpp.orig 2005-05-04 13:56:01.000000000 -0600
+++ common/video/iso-mpeg4/src/vtc_ztq_decQM.cpp 2009-11-19 04:23:19.000000000 -0700
- noteDetail("Inverse Quantizing DC band....");
+ noteDetail((char*)"Inverse Quantizing DC band....");
for (x = 0; x < mzte_codec.m_iDCWidth; ++x)
for (y = 0; y < mzte_codec.m_iDCHeight; ++y)
COEFF_RECVAL(x,y,c) = COEFF_VAL(x,y,c) * mzte_codec.m_iQDC[c];
- noteDetail("Completed inverse Quantizing DC bands.");
+ noteDetail((char*)"Completed inverse Quantizing DC bands.");
- noteDetail("Inverse quantizing AC bands....");
+ noteDetail((char*)"Inverse quantizing AC bands....");
for (x = 0; x < mzte_codec.m_iDCWidth; ++x)
for (y = 0; y < mzte_codec.m_iDCHeight; ++y)
if ((nc = findChild(x, y, xc, yc,c)) != 3)
- noteError("DC band coefficient has %d children instead of 3.", nc);
+ noteError((char*)"DC band coefficient has %d children instead of 3.", nc);
iQuantizeCoeffs(xc[2], yc[2],c);
- noteDetail("Completed inverse quantizing of AC bands.");
+ noteDetail((char*)"Completed inverse quantizing of AC bands.");
- noteDetail("Inverse quantizing AC bands (difference)....");
+ noteDetail((char*)"Inverse quantizing AC bands (difference)....");
hend=mzte_codec.m_SPlayer[c].height;
wend=mzte_codec.m_SPlayer[c].width;
- noteDetail("Completed inverse quantizing of AC bands.");
+ noteDetail((char*)"Completed inverse quantizing of AC bands.");