[MPlayer-cvslog] r32131 - trunk/mplayer.c

diego subversion at mplayerhq.hu
Fri Sep 10 15:52:57 CEST 2010


Author: diego
Date: Fri Sep 10 15:52:56 2010
New Revision: 32131

Log:
Remove unnecessary cache_fill_status #define.
The #define is only set if CONFIG_STREAM_CACHE is not defined,
but in this case the variable is not used.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Fri Sep 10 14:28:07 2010	(r32130)
+++ trunk/mplayer.c	Fri Sep 10 15:52:56 2010	(r32131)
@@ -261,8 +261,6 @@ int file_filter=1;
 #ifdef CONFIG_STREAM_CACHE
 float stream_cache_min_percent=20.0;
 float stream_cache_seek_min_percent=50.0;
-#else
-#define cache_fill_status 0
 #endif
 
 // dump:


More information about the MPlayer-cvslog mailing list