Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-12 20:30:10 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-01-12 20:34:07 +0400
commit58e1de724de9acdf8cc7da66ab7af5300cdf9689 (patch)
treeffa4486e392d9b5eb3429fab8ec95fe1b1d2dc16 /ffprobe.c
parent01616f12e20cefb387e1f59be23bcf4211ce9bba (diff)
ffprobe: set AV_LOG_SKIP_REPEATED log flag
Consistent with ffmpeg and ffplay.
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 485950dff7..5865fe14d2 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -1739,6 +1739,7 @@ int main(int argc, char **argv)
char *w_name = NULL, *w_args = NULL;
int ret;
+ av_log_set_flags(AV_LOG_SKIP_REPEATED);
parse_loglevel(argc, argv, options);
av_register_all();
avformat_network_init();