Commit 9ac1c884 authored by Stefano Sabatini's avatar Stefano Sabatini

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
parent 4589dc5c
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment