From 4d87c700e007d6fbff1d742c0e6e6700451172e2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 17 Jan 2018 07:07:19 +0100 Subject: demux: reword an outdated comment --- demux/demux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demux/demux.h') 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; -- cgit v1.2.3