]> git.sesse.net Git - ffmpeg/commitdiff
make the RDFT vissualizatiom default, the scopes are ugly and eat CPU like
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 5 Feb 2010 15:26:42 +0000 (15:26 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 5 Feb 2010 15:26:42 +0000 (15:26 +0000)
piranhas.

Originally committed as revision 21646 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffplay.c

index 7d97cf151ae174d22529af6e060063ab70e693da..724a17b50e0f07974d9188cbce0170e85bd1ee9c 100644 (file)
--- 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) {