summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 7df09490d1..6ce5b7bcac 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -70,10 +70,6 @@
#define MP_STREAM_SEEK_BW 2
#define MP_STREAM_SEEK_FW 4
#define MP_STREAM_SEEK (MP_STREAM_SEEK_BW|MP_STREAM_SEEK_FW)
-/** This is a HACK for live555 that does not respect the
- separation between stream an demuxer and thus is not
- actually a stream cache can not be used */
-#define STREAM_NON_CACHEABLE 8
//////////// Open return code
#define STREAM_REDIRECTED -2