Commit 876367e0 authored by Laurent Aimar's avatar Laurent Aimar

Removed debug leftover.

parent fa84b4cf
......@@ -257,7 +257,6 @@ static block_t *Packetize( decoder_t *p_dec, block_t **pp_block )
{
msg_Dbg( p_dec, "emulated sync word "
"(no sync on following frame)" );
fprintf( stderr,"\n" );
p_sys->b_mlp = false;
p_sys->i_state = STATE_NOSYNC;
block_SkipByte( &p_sys->bytestream );
......
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