Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e452f9e authored by Wonsik Kim's avatar Wonsik Kim
Browse files

Don't try to compress .mkv resources

Bug: 27987970
Change-Id: I58e920e81d1e79b7fbba479d8fb34afb3911f97d
parent 2edfe010
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ static const char* kNoCompressExt[] = {
    ".mpg", ".mpeg", ".mid", ".midi", ".smf", ".jet",
    ".rtttl", ".imy", ".xmf", ".mp4", ".m4a",
    ".m4v", ".3gp", ".3gpp", ".3g2", ".3gpp2",
    ".amr", ".awb", ".wma", ".wmv", ".webm"
    ".amr", ".awb", ".wma", ".wmv", ".webm", ".mkv"
};

/* fwd decls, so I can write this downward */