X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=2ddf0ee35818fc7fe7aa59ccaf04ad75e7a07502;hp=32f8bc1beda6f10376db3d3842e0e3cfcaf02e96;hb=ce9e297eb91a932a11f81890c800d0380b5bc9c9;hpb=76b96e3530d576e2a5a8da487ee975d3bec6ae44 diff --git a/ogg_afh.c b/ogg_afh.c index 32f8bc1b..2ddf0ee3 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -95,7 +95,7 @@ static void add_ogg_page(ogg_page *og, struct vorbis_get_header_data *vghd) memcpy(p + og->header_len, og->body, og->body_len); vghd->buf = buf; vghd->len = new_len; - PARA_DEBUG_LOG("header/body/old/new: %lu/%lu/%zu/%zu\n", + PARA_DEBUG_LOG("header/body/old/new: %li/%li/%zu/%zu\n", og->header_len, og->body_len, old_len, new_len); } @@ -171,8 +171,6 @@ fail: PARA_ERROR_LOG("%s\n", para_strerror(-ret)); } -static const char* ogg_suffixes[] = {"ogg", NULL}; - static int vorbis_make_meta_packet(struct taginfo *tags, ogg_packet *result) { vorbis_comment vc; @@ -206,6 +204,9 @@ static int vorbis_rewrite_tags(const char *map, size_t mapsize, free(packet.packet); return ret; } + +static const char * const ogg_suffixes[] = {"ogg", NULL}; + /** * The init function of the ogg vorbis audio format handler. *