X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=29f08965077be97b6015208bb16cd8e8ef2d270c;hp=32f8bc1beda6f10376db3d3842e0e3cfcaf02e96;hb=becfb4be64a123630775b6517279ed20e4b498f8;hpb=486314426fcd25e5271fd65a982f8b321585e195 diff --git a/ogg_afh.c b/ogg_afh.c index 32f8bc1b..29f08965 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -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. *