added mp4 to well known extensions. fixes #1403

This commit is contained in:
Daniel Gultsch 2015-09-12 10:42:56 +02:00
parent bd986834fc
commit 4220fa948b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ public interface Transferable {
String[] VALID_IMAGE_EXTENSIONS = {"webp", "jpeg", "jpg", "png", "jpe"};
String[] VALID_CRYPTO_EXTENSIONS = {"pgp", "gpg", "otr"};
String[] WELL_KNOWN_EXTENSIONS = {"pdf","m4a"};
String[] WELL_KNOWN_EXTENSIONS = {"pdf","m4a","mp4"};
int STATUS_UNKNOWN = 0x200;
int STATUS_CHECKING = 0x201;