summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;