]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg.c
improved info status items for the playlist selector
[paraslash.git] / ogg.c
diff --git a/ogg.c b/ogg.c
index e5647b26eca11e8ce975d69034944174fb973164..fa935d5090abb2a9eddb06fd87676b688fe63fc9 100644 (file)
--- a/ogg.c
+++ b/ogg.c
@@ -345,6 +345,7 @@ static char *ogg_get_header_info(int *len)
        return header;
 }
 
+static const char* ogg_suffixes[] = {"ogg", NULL};
 void ogg_init(void *p)
 {
        af = p;
@@ -356,4 +357,5 @@ void ogg_init(void *p)
        af->chunk_tv.tv_sec = 0;
        af->chunk_tv.tv_usec = 250 * 1000;
        tv_scale(3, &af->chunk_tv, &af->eof_tv);
+       af->suffixes = ogg_suffixes;
 }