Provide more context for the error message issued when no preset file

is found.

Originally committed as revision 15635 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2008-10-18 18:18:52 +00:00
parent 4589dc5c4d
commit 9ac1c884a0

View File

@ -3691,7 +3691,7 @@ static int opt_preset(const char *opt, const char *arg)
}
if(!f){
fprintf(stderr, "Preset file not found\n");
fprintf(stderr, "File for preset '%s' not found\n", arg);
av_exit(1);
}