--- common/video/iso-mpeg4/src/sys_decoder_vopsedec.cpp.orig 2005-06-17 14:07:56.000000000 -0600
+++ common/video/iso-mpeg4/src/sys_decoder_vopsedec.cpp 2009-11-17 18:50:55.000000000 -0700
m_pistrm = open(pchStrFile, O_RDONLY);
- fatal_error("Can't open bitstream file");
+ fatal_error((char *)"Can't open bitstream file");
m_volmd.bNewpredSegmentType,
- fatal_error("Shape complexity estimation is enabled,\nbut no corresponding flag is enabled.");
+ fatal_error((char *)"Shape complexity estimation is enabled,\nbut no corresponding flag is enabled.");
m_volmd.bInter4vBlocks ||
m_volmd.bNotCodedBlocks)) {
- fatal_error("Texture complexity estimation set 1 is enabled,\nbut no corresponding flag is enabled.");
+ fatal_error((char *)"Texture complexity estimation set 1 is enabled,\nbut no corresponding flag is enabled.");
- fatal_error("Texture complexity estimation set 2 is enabled,\nbut no corresponding flag is enabled.");
+ fatal_error((char *)"Texture complexity estimation set 2 is enabled,\nbut no corresponding flag is enabled.");
- fatal_error("Motion complexity estimation is enabled,\nbut no corresponding flag is enabled.");
+ fatal_error((char *)"Motion complexity estimation is enabled,\nbut no corresponding flag is enabled.");
m_volmd.bQuarterpel = m_pbitstrmIn -> getBits (1);
- fatal_error("Version 2 complexity estimation is enabled,\nbut no corresponding flag is enabled.");
+ fatal_error((char *)"Version 2 complexity estimation is enabled,\nbut no corresponding flag is enabled.");
m_volmd.bTextureComplexityEstimationSet2Disable &&
m_volmd.bMotionCompensationComplexityDisable &&
m_volmd.bVersion2ComplexityEstimationDisable) {
- fatal_error("Complexity estimation is enabled,\nbut no correponding flag is enabled.");
+ fatal_error((char *)"Complexity estimation is enabled,\nbut no correponding flag is enabled.");
// END: Complexity Estimation syntax support - Update version 2