summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-23 15:49:20 +0100
committerwm4 <wm4@nowhere>2015-12-23 15:49:20 +0100
commit2037426a65b81664fa480af9200c0ac0de276e09 (patch)
tree4cbf85b1baeb1d30b5c9435130c4cce3d2f09964 /player/core.h
parente8960c69e9d5acdaaae6fadef8684e623979fb6e (diff)
downloadmpv-2037426a65b81664fa480af9200c0ac0de276e09.tar.bz2
mpv-2037426a65b81664fa480af9200c0ac0de276e09.tar.xz
player: minor simplification
This tmp thing had not much of a purpose anymore.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index 04d4fb6126..db453e097e 100644
--- a/player/core.h
+++ b/player/core.h
@@ -131,7 +131,7 @@ struct track {
// If the track's stream changes with the timeline (ordered chapters).
bool under_timeline;
- // Does not change with under_timeline, but it useless for most purposes.
+ // Does not change with under_timeline, but is useless for most purposes.
struct sh_stream *original_stream;
// Value can change if under_timeline==true.