make the RDFT vissualizatiom default, the scopes are ugly and eat CPU like

piranhas.

Originally committed as revision 21646 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 15 years ago
parent 4c7c76456d
commit bf8ae197b6
  1. 2
      ffplay.c

@ -2077,7 +2077,7 @@ static int decode_thread(void *arg)
schedule_refresh(is, 40);
if (!display_disable)
is->show_audio = 1;
is->show_audio = 2;
}
if (subtitle_index >= 0) {

Loading…
Cancel
Save