[vlc-commits] prefetch: drop unused defines
    Tristan Matthews 
    git at videolan.org
       
    Mon Apr 23 19:09:23 CEST 2018
    
    
  
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Mon Apr 23 13:05:57 2018 -0400| [8d50209345a1257c6ce49eacff51e6bd3a81e438] | committer: Tristan Matthews
prefetch: drop unused defines
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d50209345a1257c6ce49eacff51e6bd3a81e438
---
 modules/stream_filter/prefetch.c | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/modules/stream_filter/prefetch.c b/modules/stream_filter/prefetch.c
index aefed45234..482f87e617 100644
--- a/modules/stream_filter/prefetch.c
+++ b/modules/stream_filter/prefetch.c
@@ -113,9 +113,6 @@ static int ThreadControl(stream_t *stream, int query, ...)
     return ret;
 }
 
-#define MAX_READ 65536
-#define SEEK_THRESHOLD MAX_READ
-
 static void *Thread(void *data)
 {
     stream_t *stream = data;
    
    
More information about the vlc-commits
mailing list