Merge branch 'refs/heads/t/mixer-fix'
[paraslash.git] / ogg_afh_common.h
index 0a18b5cc6c2a9586b5f2365c5d00057b2e12541a..e0cf2d40c3ffb825c9f19338aa792558cb1c8742 100644 (file)
@@ -1,14 +1,16 @@
-/*
- * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  * \file ogg_afh_common.h Structures and prototypes common to audio format
  * handlers that use the ogg container format.
  */
 
+struct oac_custom_header *oac_custom_header_new(void);
+void oac_custom_header_init(int serial, struct oac_custom_header *h);
+int oac_custom_header_append(ogg_packet *op, struct oac_custom_header *h);
+void oac_custom_header_flush(struct oac_custom_header *h);
+size_t oac_custom_header_get(char **buf, struct oac_custom_header *h);
+
 /**
  * Callback structure provided by audio format handlers.
  *