OSDN Git Service

Added Visual Studio 2012 project files.
[lamexp/LameXP.git] / src / Encoder_AAC.cpp
index 36f609f..f7a696a 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2011 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2012 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -287,3 +287,8 @@ void AACEncoder::setEnable2Pass(bool enabled)
 {
        m_configEnable2Pass = enabled;
 }
+
+const bool AACEncoder::needsTimingInfo(void)
+{
+       return true;
+}