@ -190,14 +190,14 @@ int Configure(void **ctxp, int argc, char *argv[])
case'c':
if(ParseColor(optarg,ci->fgcolor)==-1)
{
fprintf(stderr,"ERROR: Invalid foreground color: '%s'. You must specify the color in the internet way(packaged hex): #RRGGBB, ie: -c #ffffff (for white foreground)\n",optarg);
av_log(NULL,AV_LOG_ERROR,"Invalid foreground color: '%s'. You must specify the color in the internet way(packaged hex): #RRGGBB, ie: -c #ffffff (for white foreground)\n",optarg);
return-1;
}
break;
case'C':
if(ParseColor(optarg,ci->bgcolor)==-1)
{
fprintf(stderr,"ERROR: Invalid foreground color: '%s'. You must specify the color in the internet way(packaged hex): #RRGGBB, ie: -c #ffffff (for white foreground)\n",optarg);
av_log(NULL,AV_LOG_ERROR,"Invalid foreground color: '%s'. You must specify the color in the internet way(packaged hex): #RRGGBB, ie: -c #ffffff (for white foreground)\n",optarg);
return-1;
}
break;
@ -208,14 +208,14 @@ int Configure(void **ctxp, int argc, char *argv[])