Merge "vpxenc: fix per-frame psnr/size output on a terminal"

This commit is contained in:
James Zern 2014-07-11 15:53:05 -07:00 коммит произвёл Gerrit Code Review
Родитель 7e340614c1 aa70712e4e
Коммит 08955ed8e1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1686,7 +1686,6 @@ int main(int argc, const char **argv_) {
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 @@ int main(int argc, const char **argv_) {
}
fflush(stdout);
if (!global.quiet)
fprintf(stderr, "\033[K");
}
if (stream_cnt > 1)