[vlc-commits] packetizer: flac: remove commited debug code

Francois Cartegnie git at videolan.org
Fri Jan 10 15:31:36 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Jan 10 15:30:26 2014 +0100| [540a17d105e92d70d00b7e51e6d340db56efccf6] | committer: Francois Cartegnie

packetizer: flac: remove commited debug code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=540a17d105e92d70d00b7e51e6d340db56efccf6
---

 modules/packetizer/flac.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/packetizer/flac.c b/modules/packetizer/flac.c
index ee858fe..7673390 100644
--- a/modules/packetizer/flac.c
+++ b/modules/packetizer/flac.c
@@ -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 )



More information about the vlc-commits mailing list