This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffprobe: set AV_LOG_SKIP_REPEATED log flag
Consistent with ffmpeg and ffplay.
tags/n0.10
Stefano Sabatini
13 years ago
parent
01616f12e2
commit
58e1de724d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ffprobe.c
+ 1
- 0
ffprobe.c
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();
Write
Preview
Loading…
Cancel
Save