Commit 57d65412 authored by stefano's avatar stefano

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

is found.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15635 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ac6f4d8c
......@@ -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