]> git.sesse.net Git - vlc/commitdiff
packetizer: flac: remove commited debug code
authorFrancois Cartegnie <fcvlcdev@free.fr>
Fri, 10 Jan 2014 14:30:26 +0000 (15:30 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Fri, 10 Jan 2014 14:30:48 +0000 (15:30 +0100)
modules/packetizer/flac.c

index ee858fe0f357dbebd6eda89e0b89437188875ff2..76733903082be5028a8c15a3c4979b86ce93c234 100644 (file)
@@ -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 )