--- common/video/iso-mpeg4/src/vtc_zte_bitpack.cpp.orig 2005-05-04 13:56:01.000000000 -0600
+++ common/video/iso-mpeg4/src/vtc_zte_bitpack.cpp 2009-11-19 03:50:46.000000000 -0700
/* test if enough bits */
- errorHandler("LookBitsFromStream() can only return a maximum of "\
+ errorHandler((char*)"LookBitsFromStream() can only return a maximum of "\
"%d bits.\n", MAXLOOKBITS);
if(buffer_length<BUFFER_SIZE-EXTRABYTES)
/* skip error packets,bbc, 6/29/98 */
if(RESYNCH_MARKER != get_X_bits(17)){
- noteWarning("Incorrect resynch marker.");
+ noteWarning((char*)"Incorrect resynch marker.");
/* errorHandler("Cannot rewind more than 16 bits yet."); */
- errorHandler("Cannot rewind %d bits. Rewinded bit_num=%d.",nbits,bit_num);
+ errorHandler((char*)"Cannot rewind %d bits. Rewinded bit_num=%d.",nbits,bit_num);