commit e4ec70ff4599c32ce00457a232ddb7c4108f5651
parent fa1500adf32bea2e5ee25801d5b20d74674541e0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 22 Jan 2005 15:53:18 +0000
fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/plugins/oggextractor.c b/src/plugins/oggextractor.c
@@ -73,7 +73,7 @@ static long tellError(void * datasource) {
return -1;
}
-/* mimetype = audio/ogg */
+/* mimetype = application/ogg */
struct EXTRACTOR_Keywords * libextractor_ogg_extract(char * filename,
char * data,
size_t size,
@@ -131,7 +131,7 @@ struct EXTRACTOR_Keywords * libextractor_ogg_extract(char * filename,
/* we have determined for sure that this is an
ogg-vorbis stream, we should add this as a keyword, too */
prev = addKeyword(EXTRACTOR_MIMETYPE,
- "audio/ogg",
+ "application/ogg",
prev);
/* build a description from artist, title and album */
{