summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-02-05 15:26:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-02-05 15:26:42 +0000
commitbf8ae197b618be06e0fb74d17fbf5010c0be63d8 (patch)
tree9da5fc4e08f293f26eeb098d662a04bbb27363cc /ffplay.c
parent4c7c76456dbe58c8604ae6351e6e265cc713851c (diff)
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 7d97cf151a..724a17b50e 100644
--- a/ffplay.c
+++ b/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) {