X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=e6f99b4f51958b4ddced2d67d997ea2f2926f2ad;hp=fdb37a7e0f3d8c89ac1ee6992aad2cfeb920f763;hb=8cec3d1edb26b4861e2b5bdbb9f70241cdd7f03b;hpb=f3ebfd3dcb117f1c4a91c2c9f08d8ed710ee3907 diff --git a/aac_afh.c b/aac_afh.c index fdb37a7e..e6f99b4f 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -192,12 +192,11 @@ static int aac_get_file_info(FILE *file, char *info_str, long unsigned *frames, } /* - * Simple stream reposition routine + * nothing to do as we'll seek to the correct offset in aac read_chunk() anyway */ -static int aac_reposition_stream(long unsigned request) +static int aac_reposition_stream(__a_unused long unsigned request) { return 1; -// return -E_AAC_REPOS; } static char *aac_read_chunk(long unsigned current_chunk, ssize_t *len)