debug printf

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7978 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-30 14:10:36 +00:00
parent dcb3e27eeb
commit 39aca46a2f
1 changed files with 1 additions and 1 deletions

View File

@ -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);