From 48bd03dd912321b8bfa12b8b201d2f0b3aa43ae0 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Thu, 24 Apr 2014 18:44:46 +0200 Subject: options: remove deprecated --identify Also remove MSGL_SMODE and friends. Note: The indent in options.rst was added to work around a bug in ReportLab that causes the PDF manual build to fail. --- demux/demux.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'demux') 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; } -- cgit v1.2.3