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

Commit 1f45624f authored by Bryan Mawhinney's avatar Bryan Mawhinney
Browse files

Make MediaScanner extract "date taken" from videos, if present

Bug: 29530912
Change-Id: Ibb85243c3d225faff5f17ec545e395a2e00acd0a
parent bd794e2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ MediaScanResult StagefrightMediaScanner::processFileInternal(
        { "writer", METADATA_KEY_WRITER },
        { "compilation", METADATA_KEY_COMPILATION },
        { "isdrm", METADATA_KEY_IS_DRM },
        { "date", METADATA_KEY_DATE },
        { "width", METADATA_KEY_VIDEO_WIDTH },
        { "height", METADATA_KEY_VIDEO_HEIGHT },
    };