ogg: add ".oga" extension.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 10 Sep 2013 14:38:47 +0000 (11:38 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 10 Sep 2013 14:38:47 +0000 (11:38 -0300)
src/plugins/ogg/ogg.c

index a90df74..c307d8b 100644 (file)
@@ -464,6 +464,7 @@ done:
 static const char _name[] = "ogg";
 static const struct lms_string_size _exts[] = {
     LMS_STATIC_STRING_SIZE(".ogg"),
+    LMS_STATIC_STRING_SIZE(".oga"),
     LMS_STATIC_STRING_SIZE(".ogv")
 };
 static const char *_cats[] = {