summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-06 13:43:30 +0100
committerwm4 <wm4@nowhere>2014-02-06 13:43:30 +0100
commit7fbf9e0efd53de77130b1f0779fadea5119dc5af (patch)
tree69871951e8b27abf237d9b0580046652784de25a
parentbc35d4fcb4398e09c7787c1e0b5ce98934c5e89d (diff)
downloadmpv-7fbf9e0efd53de77130b1f0779fadea5119dc5af.tar.bz2
mpv-7fbf9e0efd53de77130b1f0779fadea5119dc5af.tar.xz
demux: reword "Clip info:" line to "File tags:"
-rw-r--r--demux/demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 519391a9d0..ae50ae704a 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -727,7 +727,7 @@ static int demux_info_print(demuxer_t *demuxer)
if (!info || !info->num_keys)
return 0;
- mp_info(demuxer->glog, "Clip info:\n");
+ mp_info(demuxer->glog, "File tags:\n");
for (n = 0; n < info->num_keys; n++) {
mp_info(demuxer->glog, " %s: %s\n", info->keys[n], info->values[n]);
mp_msg(demuxer->glog, MSGL_SMODE, "ID_CLIP_INFO_NAME%d=%s\n", n,