You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user