--- common/video/iso-mpeg4/include/globals.hpp.orig 2005-05-04 13:55:58.000000000 -0600
+++ common/video/iso-mpeg4/include/globals.hpp 2009-11-19 04:57:22.000000000 -0700
/* for displaying state information */
EXTERN Char *mapStateToText[]
- = {"S_DC", "S_INIT", "S_ZTR", "S_ZTR_D", "S_IZ", "S_VZTR", "S_VAL", "S_LINIT",
- "S_LZTR", "S_LZTR_D", "S_LVZTR"}
+ = {(char*)"S_DC", (char*)"S_INIT", (char*)"S_ZTR", (char*)"S_ZTR_D", (char*)"S_IZ", (char*)"S_VZTR", (char*)"S_VAL", (char*)"S_LINIT",
+ (char*)"S_LZTR", (char*)"S_LZTR_D", (char*)"S_LVZTR"}
/* for displaying Type information */
EXTERN Char *mapTypeToText[]
- = {"IZ", "VAL", "ZTR", "VZTR", "ZTR_D", "VLEAF", "ZLEAF",
+ = {(char*)"IZ", (char*)"VAL", (char*)"ZTR", (char*)"VZTR", (char*)"ZTR_D", (char*)"VLEAF", (char*)"ZLEAF",
/* for displaying arithmetic probability model information */
EXTERN Char *mapArithModelToText[]
-= {"ACM_NONE", "ACM_SKIP", "ACM_ROOT", "ACM_VALZ", "ACM_VALNZ", "ACM_RESID",
+= {(char*)"ACM_NONE", (char*)"ACM_SKIP", (char*)"ACM_ROOT", (char*)"ACM_VALZ", (char*)"ACM_VALNZ", (char*)"ACM_RESID",
the encoding phase is written. */
the decoding phase is written. */