Commit 540a17d1 authored by Francois Cartegnie's avatar Francois Cartegnie

packetizer: flac: remove commited debug code

parent f39052fe
......@@ -483,7 +483,6 @@ static int SyncInfo(decoder_t *p_dec, uint8_t *p_buf,
*pi_pts += CLOCK_FREQ * blocksize * i_fsnumber / samplerate;
else /* Variable blocksize stream / Samples */
*pi_pts += CLOCK_FREQ * i_fsnumber / samplerate;
msg_Err( p_dec, "PTS %ld", *pi_pts );
}
if ( pi_duration )
......
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