shithub: aacdec

Download patch

ref: 18993a5eda8ef1f024aeac722c20532916a6d4e0
parent: 70bde995b7c8d1b75a156cfdd6c34c179296081e
author: ca5e <ca5e>
date: Sat Sep 6 08:14:24 EDT 2003

no message

--- a/plugins/foo_mp4/foo_mp4.cpp
+++ b/plugins/foo_mp4/foo_mp4.cpp
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: foo_mp4.cpp,v 1.54 2003/09/04 18:35:46 menno Exp $
+** $Id: foo_mp4.cpp,v 1.55 2003/09/06 12:14:24 ca5e Exp $
 **/
 
 #include <mp4.h>
@@ -46,7 +46,7 @@
 #endif
 
 DECLARE_COMPONENT_VERSION ("MPEG-4 AAC decoder",
-                           "1.51",
+                           "1.54",
                            "Based on FAAD2 v" FAAD2_VERSION "\nCopyright (C) 2002-2003 http://www.audiocoding.com" );
 
 class input_mp4 : public input
@@ -261,7 +261,7 @@
 
                 m_seekto = 0;
             }
-        } while (sample_pos + sample_dur < m_seekto);
+        } while (sample_pos + sample_dur <= m_seekto);
 
         return 1;
     }