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?
This commit is contained in:
wm4 2019-06-10 17:32:05 +02:00
parent 628abf53d1
commit e8ec271859
1 changed files with 1 additions and 1 deletions

View File

@ -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;