X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=ogg_afh_common.h;h=03bf88b5794b0374fba493a79e502e4a89a686ca;hb=HEAD;hp=8f3494a6689b2966e5d9e8e03c8c20276c35515e;hpb=177ea8ea46918a925c0d2d8a07e7fbe9f478a40c;p=paraslash.git diff --git a/ogg_afh_common.h b/ogg_afh_common.h index 8f3494a6..03bf88b5 100644 --- a/ogg_afh_common.h +++ b/ogg_afh_common.h @@ -1,15 +1,11 @@ -/* - * 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); +__malloc 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);