Code improvements using 'g++-4.4.0' to trace the code (v1.4). Thanks to Winfried for this patch.

This commit is contained in:
Francois-Olivier Devaux
2010-03-24 11:20:45 +00:00
parent 3ecae15da2
commit 54214fb65f
14 changed files with 55 additions and 44 deletions

View File

@@ -73,7 +73,7 @@ typedef struct img_folder{
/** The directory path of the folder containing input images*/
char *imgdirpath;
/** Output format*/
char *out_format;
const char *out_format;
/** Enable option*/
char set_imgdir;
/** Enable Cod Format for output*/