[FFmpeg-devel] [PATCH] Improve error-messaging with ffmpeg presets
Ramiro Polla
ramiro.polla
Fri Oct 17 03:21:58 CEST 2008
>>> Index: ffmpeg.c
>>> ===================================================================
>>> --- ffmpeg.c (revision 15615)
>>> +++ ffmpeg.c (working copy)
>>> @@ -3690,7 +3690,7 @@
>>> }
>>>
>>> if(!f){
>>> - fprintf(stderr, "Preset file not found\n");
>>> + fprintf(stderr, "File for preset '%s' not found\n", arg);
>>> av_exit(1);
>>> }
> I think I'd prefer "Preset file '%s' not found\n"
Or maybe simply "Preset '%s' not found\n"
More information about the ffmpeg-devel
mailing list