applied. thanks
On Aug 19, 2008, at 18:27, Vincent CHAVANIS wrote:
A very small fix,
3gpp should be recognize as 3gp and not 3gp2
Without this patch a 3gpp Content-type will be recognize with .3gp2
extention. And will result as an Non-playable MMS item on somes
phones.
Vincent.
diff -rbau /mbuni-cvs/mmlib/mms_util.c /mbuni/mmlib/mms_util.c
--- /mbuni-cvs/mmlib/mms_util.c 2008-08-19 10:44:42.000000000 +0200
+++ /mbuni/mmlib/mms_util.c 2008-08-19 17:13:27.000000000 +0200
@@ -1355,8 +1355,8 @@
{"application/smil", "smi"},
{"application/vnd.wap.mms-message", "mms"},
{"application/java-archive", "jar"},
- {"video/3gpp", "3gp2"},
{"video/3gpp", "3gp"},
+ {"video/3gpp", "3gp2"},
{"video/3gpp2", "3g2"},
{"audio/vnd.qcelp", "qcp"},
--
Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR)
Service Technique/Reseau - NOC
Direction du Developpement xMS+
http://www.telemaque.fr/
[EMAIL PROTECTED]
Tel : +33 4 92 90 99 84 (fax 9142)
_______________________________________________
Devel mailing list
Devel@mbuni.org
http://lists.mbuni.org/mailman/listinfo/devel
_______________________________________________
Devel mailing list
Devel@mbuni.org
http://lists.mbuni.org/mailman/listinfo/devel