X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh_common.h;h=8a46b524779b87ed78acfc2c29a1a846cf95c4c0;hp=01f8d6c532fb93a37231286ed66da7cf09eb5530;hb=748d1368bc96dd7e1af879df1ea41b4d52842f7e;hpb=92f089b820b45a5dbdc5b4f69d596105d5acba68 diff --git a/ogg_afh_common.h b/ogg_afh_common.h index 01f8d6c5..8a46b524 100644 --- a/ogg_afh_common.h +++ b/ogg_afh_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Andre Noll + * Copyright (C) 2010-2012 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; };