ffprobe: set AV_LOG_SKIP_REPEATED log flag

Consistent with ffmpeg and ffplay.
This commit is contained in:
Stefano Sabatini 2012-01-12 17:30:10 +01:00
parent 01616f12e2
commit 58e1de724d

View File

@ -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();