From c4f83ac6e93ec9ff2fe97b3f5c6fccc9751fa3e2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Jul 2013 20:49:15 +0200 Subject: stream: remove weird STREAMTYPE_STREAM special handling This was an old leftover from an earlier cleanup (which happened in 2003), and which used "special" stuff for streams that could be only forward-seeked. Also, don't add mode flags to s->flags; they're supposed to be in s->mode instead. --- stream/stream.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream.h') diff --git a/stream/stream.h b/stream/stream.h index 98de2f4814..149618ccd6 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -37,7 +37,6 @@ #define STREAMTYPE_DUMMY -1 // for placeholders, when the actual reading is handled in the demuxer #define STREAMTYPE_FILE 0 // read from seekable file #define STREAMTYPE_VCD 1 // raw mode-2 CDROM reading, 2324 bytes/sector -#define STREAMTYPE_STREAM 2 // same as FILE but no seeking (for net/stdin) #define STREAMTYPE_DVD 3 // libdvdread #define STREAMTYPE_MEMORY 4 #define STREAMTYPE_PLAYLIST 6 // FIXME!!! same as STREAMTYPE_FILE now -- cgit v1.2.3