Merge "Don't try to compress .mkv resources" into nyc-dev
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user