diff options
author | wm4 <wm4@nowhere> | 2014-02-06 13:43:30 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-02-06 13:43:30 +0100 |
commit | 7fbf9e0efd53de77130b1f0779fadea5119dc5af (patch) | |
tree | 69871951e8b27abf237d9b0580046652784de25a | |
parent | bc35d4fcb4398e09c7787c1e0b5ce98934c5e89d (diff) |
demux: reword "Clip info:" line to "File tags:"
-rw-r--r-- | demux/demux.c | 2 |
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, |