mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 18:42:09 +00:00
Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already
printed by the new_sh_... functions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29378 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e8bcaf0fca
commit
44edd8a6d7
@ -700,14 +700,12 @@ static off_t ts_detect_streams(demuxer_t *demuxer, tsdemux_init_t *param)
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user