X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.c;h=b29be1ebd55afa201fb7078e1f233a03bdac59d1;hb=840df1f1931499ba7a8b388115cff37f0b82ee48;hp=9ffd833a91fe1cfbd4942465a609bb4273d1117e;hpb=4b9574b275c24404093061b35b910b8ce1fa86b9;p=ffmpeg diff --git a/ffmpeg.c b/ffmpeg.c index 9ffd833a91f..b29be1ebd55 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3499,12 +3499,12 @@ static int check_keyboard_interaction(int64_t cur_time) key == 'c' ? AVFILTER_CMD_FLAG_ONE : 0); fprintf(stderr, "Command reply for stream %d: ret:%d res:\n%s", i, ret, buf); } else if (key == 'c') { - fprintf(stderr, "Queing commands only on filters supporting the specific command is unsupported\n"); + fprintf(stderr, "Queuing commands only on filters supporting the specific command is unsupported\n"); ret = AVERROR_PATCHWELCOME; } else { ret = avfilter_graph_queue_command(fg->graph, target, command, arg, 0, time); if (ret < 0) - fprintf(stderr, "Queing command failed with error %s\n", av_err2str(ret)); + fprintf(stderr, "Queuing command failed with error %s\n", av_err2str(ret)); } } }