Add const qualifier to the error var, fix warnings.

Originally committed as revision 17435 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefano Sabatini 16 years ago
parent eecc17a7d5
commit 2ba5628939
  1. 2
      vhook/imlib2.c

@ -151,7 +151,7 @@ int Configure(void **ctxp, int argc, char *argv[])
char *color = 0;
FILE *f;
char *p;
char *error;
const char *error;
*ctxp = av_mallocz(sizeof(ContextInfo));
ci = (ContextInfo *) *ctxp;

Loading…
Cancel
Save