shithub: aacdec

Download patch

ref: 3fc490ae3d1b82ee1212720482371852e52db1ce
parent: 0bb1af0581fd67b41814b9f6e01daad76b328bda
author: menno <menno>
date: Fri Nov 21 14:07:32 EST 2003

no more debug messages :)

--- a/frontend/main.c
+++ b/frontend/main.c
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: main.c,v 1.63 2003/11/21 19:02:03 menno Exp $
+** $Id: main.c,v 1.64 2003/11/21 19:07:32 menno Exp $
 **/
 
 #ifdef _WIN32
@@ -832,7 +832,6 @@
         buffer_size = 0;
 
         dur = mp4ff_get_sample_duration(infile, track, sampleId);
-        printf("%d\n", dur);
         rc = mp4ff_read_sample(infile, track, sampleId, &buffer,  &buffer_size);
         if (rc == 0)
         {