summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpvcore/mp_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpvcore/mp_core.h b/mpvcore/mp_core.h
index 04756c9efd..cb426425b1 100644
--- a/mpvcore/mp_core.h
+++ b/mpvcore/mp_core.h
@@ -107,10 +107,9 @@ struct track {
// If the track's stream changes with the timeline (ordered chapters).
bool under_timeline;
- // NULL if not backed by a demuxer (e.g. external subtitles).
// Value can change if under_timeline==true.
struct demuxer *demuxer;
- // Invariant: (!demuxer && !stream) || stream->demuxer == demuxer
+ // Invariant: !stream || stream->demuxer == demuxer
struct sh_stream *stream;
// For external subtitles, which are read fully on init. Do not attempt