Add const qualifier to the error var, fix warnings.
Originally committed as revision 17435 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eecc17a7d5
commit
2ba5628939
@ -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…
x
Reference in New Issue
Block a user