mirror of https://github.com/mpv-player/mpv
demux: reword an outdated comment
This commit is contained in:
parent
082029f850
commit
4d87c700e0
|
@ -235,8 +235,7 @@ typedef struct demuxer {
|
||||||
|
|
||||||
// Since the demuxer can run in its own thread, and the stream is not
|
// 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.
|
// 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
|
// You can freely use demux_stream_control() to send STREAM_CTRLs.
|
||||||
// demux_pause() to get exclusive access to the stream.
|
|
||||||
// Also note that the stream can get replaced if fully_read is set.
|
// Also note that the stream can get replaced if fully_read is set.
|
||||||
struct stream *stream;
|
struct stream *stream;
|
||||||
} demuxer_t;
|
} demuxer_t;
|
||||||
|
|
Loading…
Reference in New Issue