]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg_afh_common.h
ogg: Abstract out custom header code.
[paraslash.git] / ogg_afh_common.h
index 0a18b5cc6c2a9586b5f2365c5d00057b2e12541a..8f3494a6689b2966e5d9e8e03c8c20276c35515e 100644 (file)
@@ -9,6 +9,12 @@
  * 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.
  *