summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
Diffstat (limited to 'demux')
-rw-r--r--demux/demux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/demux/demux.h b/demux/demux.h
index ffed39c770..be6c336a95 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -235,8 +235,7 @@ typedef struct demuxer {
// Since the demuxer can run in its own thread, and the stream is not
// thread-safe, only the demuxer is allowed to access the stream directly.
- // You can freely use demux_stream_control() to send STREAM_CTRLs, or use
- // demux_pause() to get exclusive access to the stream.
+ // You can freely use demux_stream_control() to send STREAM_CTRLs.
// Also note that the stream can get replaced if fully_read is set.
struct stream *stream;
} demuxer_t;