ref: 54df1bf7fbbc9da3364ee6213b19696f2d0b6961
parent: fb62edd297138ad67d1c3197d05d784bb9ab0be8
author: menno <menno>
date: Sun Apr 27 08:05:33 EDT 2003
no message
--- a/plugins/foo_mp4/foo_mp4.cpp
+++ b/plugins/foo_mp4/foo_mp4.cpp
@@ -16,7 +16,7 @@
** along with this program; if not, write to the Free Software
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
**
-** $Id: foo_mp4.cpp,v 1.22 2003/04/27 11:56:58 menno Exp $
+** $Id: foo_mp4.cpp,v 1.23 2003/04/27 12:05:33 menno Exp $
**/
#include <mp4.h>
@@ -35,7 +35,7 @@
}
DECLARE_COMPONENT_VERSION ("MPEG-4 AAC decoder",
- STRIP_REVISION("$Revision: 1.22 $"),
+ STRIP_REVISION("$Revision: 1.23 $"),
"Based on FAAD2 v" FAAD2_VERSION "\nCopyright (C) 2002-2003 http://www.audiocoding.com" );
class input_mp4 : public input
@@ -507,12 +507,6 @@
if (memcmp(m_aac_buffer, "APETAGEX", 8) == 0)
m_aac_bytes_into_buffer = 0;
}
- }
-
- {
- char tmp[1024];
- wsprintf(tmp, "%d", m_aac_bytes_into_buffer);
- console::warning(tmp, "foo_mp4");
}
if (m_aac_bytes_into_buffer != 0)