1
0
Fork 0

adding qcelp mime type mapping

This commit is contained in:
bagyenda 2008-06-19 17:12:02 +00:00
parent dc10393106
commit 23df285f45
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
2008-06-18 P. A. Bagyenda <bagyenda@dsmagic.com>
* added qcelp file extension to mime type mapping
2008-05-30 P. A. Bagyenda <bagyenda@dsmagic.com>
* Changed minimum version of MM7 to 5.1.0
2008-05-30 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -1311,6 +1311,7 @@ static struct {
{"video/3gpp", "3gp2"},
{"video/3gpp", "3gp"},
{"video/3gpp2", "3g2"},
{"audio/vnd.qcelp", "qcp"},
{NULL, NULL}
};