summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-06-10 17:32:05 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commite8ec27185919477b880e696f5bd2f2ed615dd0b5 (patch)
tree2f5480a3a0963ec6f99e672b012caccfde01cef2 /demux/demux.c
parent628abf53d1e8b9d2161620bdb81c41bf369adb03 (diff)
downloadmpv-e8ec27185919477b880e696f5bd2f2ed615dd0b5.tar.bz2
mpv-e8ec27185919477b880e696f5bd2f2ed615dd0b5.tar.xz
demux: fix a comment
Obviously doesn't sense with this order. The git history shows that this comment was touched multiple times, without ever fixing it. It was originally added in 2016, where the "for" was missing. Later, the "for" was added, but to the wrong position. What the fuck?
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 70a72662c5..3e1b678405 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -2696,7 +2696,7 @@ static void update_final_metadata(demuxer_t *demuxer, struct timed_metadata *tm)
struct mp_tags *dyn_tags = NULL;
- // Often for useful audio-only files, which have metadata in the audio track
+ // Often useful for audio-only files, which have metadata in the audio track
// metadata instead of the main metadata, but can also have cover art
// metadata (which libavformat likes to treat as video streams).
int astreams = 0;