[x264-devel] commit: Fix typo in progress indicator when using piped input ( Jason Garrett-Glaser )

git version control git at videolan.org
Sun Sep 28 15:07:23 CEST 2008


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Fri Sep 26 09:19:56 2008 -0700| [37269f42fca115f2083e01135f7bab0b4e9fce3b] | committer: Jason Garrett-Glaser 

Fix typo in progress indicator when using piped input

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=37269f42fca115f2083e01135f7bab0b4e9fce3b
---

 x264.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x264.c b/x264.c
index 0daf02b..efca702 100644
--- a/x264.c
+++ b/x264.c
@@ -853,7 +853,7 @@ static int  Encode( x264_param_t *param, cli_opt_t *opt )
             }
             else
             {
-                sprintf( buf, "x264 %d frames: , %.2f fps, %.2f kb/s", i_frame, fps, bitrate );
+                sprintf( buf, "x264 %d frames: %.2f fps, %.2f kb/s", i_frame, fps, bitrate );
             }
             fprintf( stderr, "%s  \r", buf+5 );
             SetConsoleTitle( buf );



More information about the x264-devel mailing list