projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avconv: always print stats with AV_LOG_INFO
[libav.git]
/
avconv.c
diff --git
a/avconv.c
b/avconv.c
index
f1d23ed
..
9b69e1d
100644
(file)
--- a/
avconv.c
+++ b/
avconv.c
@@
-1407,7
+1407,7
@@
static void print_report(OutputFile *output_files,
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " dup=%d drop=%d",
nb_frames_dup, nb_frames_drop);
- av_log(NULL,
is_last_report ? AV_LOG_WARNING :
AV_LOG_INFO, "%s \r", buf);
+ av_log(NULL, AV_LOG_INFO, "%s \r", buf);
fflush(stderr);