[FFmpeg-cvslog] r21646 - trunk/ffplay.c

michael subversion
Fri Feb 5 16:26:42 CET 2010


Author: michael
Date: Fri Feb  5 16:26:42 2010
New Revision: 21646

Log:
make the RDFT vissualizatiom default, the scopes are ugly and eat CPU like
piranhas.

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Fri Feb  5 16:16:38 2010	(r21645)
+++ trunk/ffplay.c	Fri Feb  5 16:26:42 2010	(r21646)
@@ -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) {



More information about the ffmpeg-cvslog mailing list