X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma_afh.c;h=7ac1ba64354ab87bbbbbd8494e6d7f171f3c30e3;hp=9cf8e50190db96d86da9eeb76aa2cd6c04ca8236;hb=f76ab46a9216133332cb7e17d38d392caeca22cb;hpb=63c513602a6b6a97cdced053beea0b2d07a9f984 diff --git a/wma_afh.c b/wma_afh.c index 9cf8e501..7ac1ba64 100644 --- a/wma_afh.c +++ b/wma_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andre Noll + * Copyright (C) 2009-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -257,7 +257,6 @@ static int wma_get_file_info(char *map, size_t numbytes, __a_unused int fd, afhi->frequency = ahi.sample_rate; afhi->channels = ahi.channels; afhi->header_len = ahi.header_len; - afhi->header_offset = 0; wma_make_chunk_table(map + ahi.header_len, numbytes - ahi.header_len, ahi.block_align, afhi); read_asf_tags(map, ahi.header_len, &afhi->tags);