example.c: Fix compiler warning with GCC 4.4.7

This commit is contained in:
DRC
2022-03-11 17:12:37 -06:00
parent ebd1930207
commit cb715fe1ae

View File

@@ -714,7 +714,7 @@ main(int argc, char **argv)
#ifdef WITH_12BIT
int _12bit = 0;
#endif
EXAMPLE_MODE mode;
EXAMPLE_MODE mode = -1;
char *arg, *filename = NULL;
if (argc < 3)