projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cmdutils: remove the current working directory from the DLL search path on win32
[ffmpeg.git]
/
ffplay.c
diff --git
a/ffplay.c
b/ffplay.c
index
651e0cf
..
adbe9cb
100644
(file)
--- a/
ffplay.c
+++ b/
ffplay.c
@@
-3776,6
+3776,8
@@
int main(int argc, char **argv)
char dummy_videodriver[] = "SDL_VIDEODRIVER=dummy";
char alsa_bufsize[] = "SDL_AUDIO_ALSA_SET_BUFFER_SIZE=1";
+ init_dynload();
+
av_log_set_flags(AV_LOG_SKIP_REPEATED);
parse_loglevel(argc, argv, options);