audiod: Deprecate the --no_default_filters option.
[paraslash.git] / ogg_afh_common.h
index c7eb167e8838bf3c9aa15f7984ea7395d35c00cf..8a46b524779b87ed78acfc2c29a1a846cf95c4c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2010-2012 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * 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,
          * 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;
 };
        /** Vorbis/speex specific data. */
        void *private_data;
 };