100l to whoever write this

Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 19 years ago
parent 2111e3f9f2
commit 0540cad324
  1. 2
      ffplay.c

@ -2317,7 +2317,7 @@ void opt_seek(const char *arg)
static void opt_debug(const char *arg)
{
av_log_set_level(atoi(arg));
av_log_set_level(99);
debug = atoi(arg);
}

Loading…
Cancel
Save