mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
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:
parent
628abf53d1
commit
e8ec271859
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user