X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh_common.h;h=89c8268b1fa0335bf98675c89135a7d1531a9630;hp=01f8d6c532fb93a37231286ed66da7cf09eb5530;hb=ab273892c54e29087d2a6b0d52de8081be1b905f;hpb=9417eae5ca2b9f10d25f769221e8fd91048bc68a diff --git a/ogg_afh_common.h b/ogg_afh_common.h index 01f8d6c5..89c8268b 100644 --- a/ogg_afh_common.h +++ b/ogg_afh_common.h @@ -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; };