Skip to content
Snippets Groups Projects
Commit 58e1de72 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

ffprobe: set AV_LOG_SKIP_REPEATED log flag

Consistent with ffmpeg and ffplay.
parent 01616f12
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment