summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-17 07:07:19 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-18 01:25:54 -0800
commit4d87c700e007d6fbff1d742c0e6e6700451172e2 (patch)
tree053005796818cb60d65931a296c640a80337b206
parent082029f8503f68c903ec6eda4bf4e37cc0065760 (diff)
downloadmpv-4d87c700e007d6fbff1d742c0e6e6700451172e2.tar.bz2
mpv-4d87c700e007d6fbff1d742c0e6e6700451172e2.tar.xz
demux: reword an outdated comment
-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;