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

Commit 205d7249 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am da33d66e: Merge "Add .mpga to acceptable file name extensions list."

* commit 'da33d66e':
  Add .mpga to acceptable file name extensions list.
parents dbb74f4e da33d66e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ static bool FileHasAcceptableExtension(const char *extension) {
        ".mpeg", ".ogg", ".mid", ".smf", ".imy", ".wma", ".aac",
        ".wav", ".amr", ".midi", ".xmf", ".rtttl", ".rtx", ".ota",
        ".mkv", ".mka", ".webm", ".ts", ".fl", ".flac", ".mxmf",
        ".avi", ".mpeg", ".mpg"
        ".avi", ".mpeg", ".mpg", ".mpga"
    };
    static const size_t kNumValidExtensions =
        sizeof(kValidExtensions) / sizeof(kValidExtensions[0]);