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

Commit fe6aaa76 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

Issue 6722: CM File Manager can not Play/Start files recorded with CM embedded Soundrekorder

Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6722

Updated "video/3gpp" and "video/3gpp2" mime/types extensions

Change-Id: I5c04a582ea5f961dd6387602613d5b2248a9ff5e
parent 83e2b0c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -263,7 +263,9 @@ wav = AUDIO | audio/x-wav | fso_type_audio_drawable


# Video
# Video
3gp   = VIDEO    | video/3gpp                       | fso_type_video_drawable
3gp   = VIDEO    | video/3gpp                       | fso_type_video_drawable
3gpp  = VIDEO    | video/3gpp                       | fso_type_video_drawable
3g2   = VIDEO    | video/3gpp2                      | fso_type_video_drawable
3g2   = VIDEO    | video/3gpp2                      | fso_type_video_drawable
3gpp2 = VIDEO    | video/3gpp2                      | fso_type_video_drawable
h261  = VIDEO    | video/h261                       | fso_type_video_drawable
h261  = VIDEO    | video/h261                       | fso_type_video_drawable
h263  = VIDEO    | video/h263                       | fso_type_video_drawable
h263  = VIDEO    | video/h263                       | fso_type_video_drawable
h264  = VIDEO    | video/h264                       | fso_type_video_drawable
h264  = VIDEO    | video/h264                       | fso_type_video_drawable