X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh_common.c;h=62cde3d465ab7c86a23d6c539b8a2b447d465f78;hp=eb90c5f729d9f6d8271dbcb71942a835dea6d5a8;hb=f932f45196a8a4480ad910c455abe8aae9824967;hpb=c52dfd608f15c8779df38fd46602e562b287171a diff --git a/ogg_afh_common.c b/ogg_afh_common.c index eb90c5f7..62cde3d4 100644 --- a/ogg_afh_common.c +++ b/ogg_afh_common.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2004 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2004 Andre Noll , see file COPYING. */ /** \file ogg_afh_common.c Functions common to all ogg/ codecs. */ @@ -158,7 +154,7 @@ int oac_get_file_info(char *map, size_t numbytes, struct afh_info *afhi, afhi->seconds_total = num_frames / afhi->frequency; /* use roughly one page per chunk */ frames_per_chunk = num_frames / i; - PARA_INFO_LOG("%" PRIu32 "seconds, %d frames/chunk\n", + PARA_INFO_LOG("%" PRIu32 " seconds, %d frames/chunk\n", afhi->seconds_total, frames_per_chunk); ct_size = 250; afhi->chunk_table = para_malloc(ct_size * sizeof(uint32_t));