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

Commit bb85a77f authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "MPEG4Extractor supports more file extensions"

parents 06a3967b 71347993
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -6214,6 +6214,7 @@ static CreatorFunc Sniff(


static const char *extensions[] = {
static const char *extensions[] = {
    "3g2",
    "3g2",
    "3ga",
    "3gp",
    "3gp",
    "3gpp",
    "3gpp",
    "3gpp2",
    "3gpp2",
@@ -6222,6 +6223,7 @@ static const char *extensions[] = {
    "m4v",
    "m4v",
    "mov",
    "mov",
    "mp4",
    "mp4",
    "qt",
    NULL
    NULL
};
};