X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh_common.h;h=89c8268b1fa0335bf98675c89135a7d1531a9630;hp=c7eb167e8838bf3c9aa15f7984ea7395d35c00cf;hb=01bd4cba7946f6506f4ca3095104904bf3b2b098;hpb=dae03f0046d6695172aa32722600e1b9deea1e9c diff --git a/ogg_afh_common.h b/ogg_afh_common.h index c7eb167e..89c8268b 100644 --- a/ogg_afh_common.h +++ b/ogg_afh_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Andre Noll + * Copyright (C) 2010-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -24,7 +24,7 @@ struct ogg_afh_callback_info { * reached and no further ogg packets should be processed. */ int (*packet_callback)(ogg_packet *packet, int packet_num, - struct afh_info *afhi, void *private_data); + int serial, struct afh_info *afhi, void *private_data); /** Vorbis/speex specific data. */ void *private_data; };