X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh_common.h;h=e0cf2d40c3ffb825c9f19338aa792558cb1c8742;hp=0a18b5cc6c2a9586b5f2365c5d00057b2e12541a;hb=ba83a291cd486e8ab53ac64d81b17d8f5705d715;hpb=34d4086123256e31003aaddd76a0cb27fa7d0306 diff --git a/ogg_afh_common.h b/ogg_afh_common.h index 0a18b5cc..e0cf2d40 100644 --- a/ogg_afh_common.h +++ b/ogg_afh_common.h @@ -1,14 +1,16 @@ -/* - * Copyright (C) 2010 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2010 Andre Noll , 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. *