[FFmpeg-cvslog] ffmpeg_opt: remove errant space

Lou Logan git at videolan.org
Sat Sep 28 02:40:02 EEST 2019


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Fri Sep 27 15:17:15 2019 -0800| [04858650b1787c132c865530084855b36027b8a7] | committer: Lou Logan

ffmpeg_opt: remove errant space

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04858650b1787c132c865530084855b36027b8a7
---

 fftools/ffmpeg_opt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index 661441c161..fa22eb361d 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -932,7 +932,7 @@ static void assert_file_overwrite(const char *filename)
     if (!file_overwrite) {
         if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) {
             if (stdin_interaction && !no_file_overwrite) {
-                fprintf(stderr,"File '%s' already exists. Overwrite ? [y/N] ", filename);
+                fprintf(stderr,"File '%s' already exists. Overwrite? [y/N] ", filename);
                 fflush(stderr);
                 term_exit();
                 signal(SIGINT, SIG_DFL);



More information about the ffmpeg-cvslog mailing list