summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
Diffstat (limited to 'demux')
-rw-r--r--demux/demux.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/demux/demux.c b/demux/demux.c
index c6d3b9d9d2..5dcd7a31ea 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -764,12 +764,7 @@ static int demux_info_print(demuxer_t *demuxer)
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,
- info->keys[n]);
- mp_msg(demuxer->glog, MSGL_SMODE, "ID_CLIP_INFO_VALUE%d=%s\n", n,
- info->values[n]);
}
- mp_msg(demuxer->glog, MSGL_SMODE, "ID_CLIP_INFO_N=%d\n", n);
return 0;
}