X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spx_afh.c;h=b780635b383e8f95dd6f6df9f69cc09ce2c34d16;hp=108cfaa49c1acf2168858f1120357569379f9c71;hb=5ff80e887a99a192bab3339c4339f8202733f031;hpb=193fb831f608ba41c0198ae30a341b2e697c014f diff --git a/spx_afh.c b/spx_afh.c index 108cfaa4..b780635b 100644 --- a/spx_afh.c +++ b/spx_afh.c @@ -118,8 +118,6 @@ static int spx_get_comments(unsigned char *comments, int length, return 1; } -static const char* speex_suffixes[] = {"spx", "speex", NULL}; - static int spx_packet_callback(ogg_packet *packet, int packet_num, __a_unused int serial, struct afh_info *afhi, void *private_data) @@ -251,6 +249,8 @@ static int spx_rewrite_tags(const char *map, size_t mapsize, return ret; } +static const char * const speex_suffixes[] = {"spx", "speex", NULL}; + /** * The init function of the ogg/speex audio format handler. *