gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11668: Reduce debug verbosity


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11668: Reduce debug verbosity
Date: Mon, 30 Nov 2009 23:33:35 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11668
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2009-11-30 23:33:35 +0100
message:
  Reduce debug verbosity
modified:
  libmedia/ffmpeg/MediaParserFfmpeg.cpp
=== modified file 'libmedia/ffmpeg/MediaParserFfmpeg.cpp'
--- a/libmedia/ffmpeg/MediaParserFfmpeg.cpp     2009-10-03 21:16:21 +0000
+++ b/libmedia/ffmpeg/MediaParserFfmpeg.cpp     2009-11-30 22:33:35 +0000
@@ -200,7 +200,7 @@
         dts=0;
     }
        boost::uint64_t timestamp = static_cast<boost::uint64_t>(dts * 
as_double(_audioStream->time_base) * 1000.0); 
-    log_debug("On getting audio frame with timestamp %d, duration is %d", 
timestamp, _audioStream->duration);
+    //log_debug("On getting audio frame with timestamp %d, duration is %d", 
timestamp, _audioStream->duration);
 
        std::auto_ptr<EncodedAudioFrame> frame ( new EncodedAudioFrame );
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]