Chromium Code Reviews| Index: source/libvpx/vpxenc.c |
| =================================================================== |
| --- source/libvpx/vpxenc.c (revision 282873) |
| +++ source/libvpx/vpxenc.c (working copy) |
| @@ -1686,7 +1686,6 @@ |
| fps >= 1.0 ? fps : fps * 60, |
| fps >= 1.0 ? "fps" : "fpm"); |
| print_time("ETA", estimated_time_left); |
| - fprintf(stderr, "\033[K"); |
| } |
| } else |
| @@ -1737,6 +1736,8 @@ |
| } |
| fflush(stdout); |
| + if (!global.quiet) |
| + fprintf(stderr, "\033[K"); |
| } |
| if (stream_cnt > 1) |