X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ogg_afh.c;h=f4f375cbea76480de87838612569eaf47cd9f658;hb=a6e79f02b6eab623425686f8f3cab5bc942e77d4;hp=39859c08ebba613885f424f7c941d79dfa7f2f99;hpb=61250cf03241bf73662dac3753e44660a572fa2a;p=paraslash.git diff --git a/ogg_afh.c b/ogg_afh.c index 39859c08..f4f375cb 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -112,7 +112,7 @@ static int ogg_open_callbacks(void *datasource, OggVorbis_File *vf, ov_callbacks } static int ogg_compute_header_len(char *map, size_t numbytes, - struct audio_format_info *afi) + struct afh_info *afi) { int ret; size_t len = PARA_MIN(numbytes, CHUNK_SIZE); @@ -198,7 +198,7 @@ err1: * CHUNK_TIME begins. Always successful. */ static long unsigned ogg_compute_chunk_table(OggVorbis_File *of, - struct audio_format_info *afi, long unsigned time_total) + struct afh_info *afi, long unsigned time_total) { int i, ret, num; ssize_t max_chunk_len, pos = 0, min = 0, old_pos; @@ -239,7 +239,7 @@ static long unsigned ogg_compute_chunk_table(OggVorbis_File *of, * Init oggvorbis file and write some tech data to given pointers. */ static int ogg_get_file_info(char *map, size_t numbytes, - struct audio_format_info *afi) + struct afh_info *afi) { int ret; vorbis_info *vi;