]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac_afh.c
Merge ../paraslash_meins/paraslash
[paraslash.git] / aac_afh.c
index 3129824dbe0f721ebbe2566f06dcfca3c0f9b934..c268255a7026df872a6e0d8c17b06b2bdee5ea96 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -92,8 +92,8 @@ static int read_chunk_table(FILE *file, struct audio_format_info *afi,
                sum += aac_read_int32(inbuf + skip);
                afi->chunk_table[i] = sum;
                skip += 4;
-               if (i < 10 || i + 10 > afi->chunks_total)
-                       PARA_DEBUG_LOG("offset #%d: %zu\n", i, afi->chunk_table[i]);
+//             if (i < 10 || i + 10 > afi->chunks_total)
+//                     PARA_DEBUG_LOG("offset #%d: %zu\n", i, afi->chunk_table[i]);
        }
        return 1;
 }
@@ -179,7 +179,11 @@ out:
 }
 
 static const char* aac_suffixes[] = {"m4a", "mp4", NULL};
-/** the init function of the aac audio format handler */
+/**
+ * the init function of the aac audio format handler
+ *
+ * \param afh pointer to the struct to initialize
+ */
 void aac_afh_init(struct audio_format_handler *afh)
 {
        afh->get_file_info = aac_get_file_info,