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

Commit 71347993 authored by Iris Chang's avatar Iris Chang Committed by Marco Nelissen
Browse files

MPEG4Extractor supports more file extensions

Add "3ga","qt" to extensions[]

Bug: 123651180
Test: test mp4 file with extension "3ga" or "qt",
and check if file can be played

Change-Id: Ia1d265594af11ebb65918b80ed92e45d1ad487a4
parent 186f4ac0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6214,6 +6214,7 @@ static CreatorFunc Sniff(

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