You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Clarify the error message issued by ffprobe in case of more than one
file provided as input. Originally committed as revision 22138 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -291,7 +291,8 @@ static void opt_format(const char *arg)
|
|||||||
static void opt_input_file(const char *arg)
|
static void opt_input_file(const char *arg)
|
||||||
{
|
{
|
||||||
if (input_filename) {
|
if (input_filename) {
|
||||||
fprintf(stderr, "Input filename already specified: %s\n", arg);
|
fprintf(stderr, "Argument '%s' provided as input filename, but '%s' was already specified.\n",
|
||||||
|
arg, input_filename);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (!strcmp(arg, "-"))
|
if (!strcmp(arg, "-"))
|
||||||
|
Reference in New Issue
Block a user