Commit 9e45d8e6 authored by Laurent Aimar's avatar Laurent Aimar

http: removed useless debug.

parent 6c1d2ae8
......@@ -584,7 +584,7 @@ static int ReadICYMeta( access_t *p_access )
return VLC_SUCCESS;
i_read = buffer << 4;
msg_Dbg( p_access, "ICY meta size=%u", i_read);
/* msg_Dbg( p_access, "ICY meta size=%u", i_read); */
psz_meta = malloc( i_read + 1 );
if( net_Read( p_access, p_sys->fd, p_sys->p_vs,
......@@ -593,7 +593,7 @@ static int ReadICYMeta( access_t *p_access )
psz_meta[i_read] = '\0'; /* Just in case */
msg_Dbg( p_access, "icy-meta=%s", psz_meta );
/* msg_Dbg( p_access, "icy-meta=%s", psz_meta ); */
/* Now parse the meta */
/* Look for StreamTitle= */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment