mirror of https://github.com/mpv-player/mpv
debug printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7978 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dcb3e27eeb
commit
39aca46a2f
|
@ -356,7 +356,7 @@ static int get_media_packet (int s, int padding, streaming_ctrl_t *stream_ctrl)
|
|||
|
||||
command = get_32 (data, 24) & 0xFFFF;
|
||||
|
||||
printf ("\ncommand packet detected, len=%d cmd=0x%X\n", packet_len, command);
|
||||
// printf ("\ncommand packet detected, len=%d cmd=0x%X\n", packet_len, command);
|
||||
|
||||
if (command == 0x1b)
|
||||
send_command (s, 0x1b, 0, 0, 0, data);
|
||||
|
|
Loading…
Reference in New Issue