Browse Source

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
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
bf8ae197b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffplay.c

+ 1
- 1
ffplay.c View File

@@ -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