mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Fix a typo.
Patch by Stefano Sabatini stefanoDOTsabatini-lalaATpostePOINTit Originally committed as revision 13140 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3f8adf26a4
commit
0be2f1e3f0
@ -172,7 +172,7 @@ const AVOption *av_set_string(void *obj, const char *name, const char *val){
|
|||||||
else if(!strcmp(buf, "none" )) d= 0;
|
else if(!strcmp(buf, "none" )) d= 0;
|
||||||
else if(!strcmp(buf, "all" )) d= ~0;
|
else if(!strcmp(buf, "all" )) d= ~0;
|
||||||
else {
|
else {
|
||||||
if (!error)
|
if (error)
|
||||||
av_log(NULL, AV_LOG_ERROR, "Unable to parse option value \"%s\": %s\n", val, error);
|
av_log(NULL, AV_LOG_ERROR, "Unable to parse option value \"%s\": %s\n", val, error);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user