gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9968: comment out debugging lines


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9968: comment out debugging lines
Date: Wed, 08 Oct 2008 17:50:26 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9968
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2008-10-08 17:50:26 +0200
message:
  comment out debugging lines
modified:
  libmedia/ffmpeg/AudioDecoderFfmpeg.cpp
=== modified file 'libmedia/ffmpeg/AudioDecoderFfmpeg.cpp'
--- a/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp    2008-10-08 15:47:29 +0000
+++ b/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp    2008-10-08 15:50:26 +0000
@@ -222,7 +222,7 @@
 boost::uint8_t*
 AudioDecoderFfmpeg::decode(boost::uint8_t* input, boost::uint32_t inputSize, 
boost::uint32_t& outputSize, boost::uint32_t& decodedBytes, bool parse)
 {
-       GNASH_REPORT_FUNCTION;
+       //GNASH_REPORT_FUNCTION;
 
        if ( ! parse )
        {
@@ -344,7 +344,7 @@
 boost::uint8_t*
 AudioDecoderFfmpeg::decodeFrame(boost::uint8_t* input, boost::uint32_t 
inputSize, boost::uint32_t& outputSize)
 {
-       GNASH_REPORT_FUNCTION;
+       //GNASH_REPORT_FUNCTION;
 
         //static const unsigned int bufsize = (AVCODEC_MAX_AUDIO_FRAME_SIZE * 
3) / 2;
         static const unsigned int bufsize = AVCODEC_MAX_AUDIO_FRAME_SIZE;


reply via email to

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