diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-02-05 15:26:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-02-05 15:26:42 +0000 |
commit | bf8ae197b618be06e0fb74d17fbf5010c0be63d8 (patch) | |
tree | 9da5fc4e08f293f26eeb098d662a04bbb27363cc /ffplay.c | |
parent | 4c7c76456dbe58c8604ae6351e6e265cc713851c (diff) | |
download | ffmpeg-bf8ae197b618be06e0fb74d17fbf5010c0be63d8.tar.gz |
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
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |