diff options
author | wm4 <wm4@nowhere> | 2018-01-17 07:07:19 +0100 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2018-01-18 01:25:54 -0800 |
commit | 4d87c700e007d6fbff1d742c0e6e6700451172e2 (patch) | |
tree | 053005796818cb60d65931a296c640a80337b206 /demux | |
parent | 082029f8503f68c903ec6eda4bf4e37cc0065760 (diff) |
demux: reword an outdated comment
Diffstat (limited to 'demux')
-rw-r--r-- | demux/demux.h | 3 |
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; |