[FFmpeg-cvslog] r15635 - trunk/ffmpeg.c
stefano
subversion
Sat Oct 18 20:18:53 CEST 2008
Author: stefano
Date: Sat Oct 18 20:18:52 2008
New Revision: 15635
Log:
Provide more context for the error message issued when no preset file
is found.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Sat Oct 18 20:18:52 2008
@@ -3691,7 +3691,7 @@ static int opt_preset(const char *opt, c
}
if(!f){
- fprintf(stderr, "Preset file not found\n");
+ fprintf(stderr, "File for preset '%s' not found\n", arg);
av_exit(1);
}
More information about the ffmpeg-cvslog
mailing list