demux: reword "Clip info:" line to "File tags:"

This commit is contained in:
wm4 2014-02-06 13:43:30 +01:00
parent bc35d4fcb4
commit 7fbf9e0efd
1 changed files with 1 additions and 1 deletions

View File

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