X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fraop_buffer.h;h=bed0ef47bc36f92d1555aa5b3cd51ee40b42c0a3;hb=597bc69b0a31b9f1834911aeb34e389f28ea0ae7;hp=619d8b2e57ebb0a896e8a156d6e2b9c13e32f35a;hpb=1b4a582b04fc39d9d4d930acb4d0803bdedfb32e;p=deb_shairplay.git diff --git a/src/lib/raop_buffer.h b/src/lib/raop_buffer.h index 619d8b2..bed0ef4 100644 --- a/src/lib/raop_buffer.h +++ b/src/lib/raop_buffer.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + */ + #ifndef RAOP_BUFFER_H #define RAOP_BUFFER_H @@ -20,7 +34,8 @@ typedef struct { typedef int (*raop_resend_cb_t)(void *opaque, unsigned short seqno, unsigned short count); -raop_buffer_t *raop_buffer_init(const char *fmtp, +raop_buffer_t *raop_buffer_init(const char *rtpmap, + const char *fmtp, const unsigned char *aeskey, const unsigned char *aesiv);