From bf8ae197b618be06e0fb74d17fbf5010c0be63d8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 5 Feb 2010 15:26:42 +0000 Subject: [PATCH] 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 --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {