changeset 29336:fdfef2b3dc24

Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already printed by the new_sh_... functions.
author reimar
date Sun, 21 Jun 2009 10:55:41 +0000
parents 5f45df619c7c
children 02eecbea7797
files libmpdemux/demux_ts.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_ts.c	Sun Jun 21 10:47:44 2009 +0000
+++ b/libmpdemux/demux_ts.c	Sun Jun 21 10:55:41 2009 +0000
@@ -700,14 +700,12 @@
 
 			if(is_video)
 			{
-				mp_msg(MSGT_IDENTIFY, MSGL_V, "ID_VIDEO_ID=%d\n", es.pid);
     				chosen_pid = (req_vpid == es.pid);
 				if((! chosen_pid) && (req_vpid > 0))
 					continue;
 			}
 			else if(is_audio)
 			{
-				mp_msg(MSGT_IDENTIFY, MSGL_V, "ID_AUDIO_ID=%d\n", es.pid);
 				if (es.lang[0] > 0)
 					mp_msg(MSGT_IDENTIFY, MSGL_V, "ID_AID_%d_LANG=%s\n", es.pid, es.lang);
 				if(req_apid > 0)