X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh_common.h;h=e0cf2d40c3ffb825c9f19338aa792558cb1c8742;hp=8f3494a6689b2966e5d9e8e03c8c20276c35515e;hb=HEAD;hpb=ee7c57f8dc4edfdc91f2f8657b6429d90ab13e79 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);