aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-08-12 16:51:57 +0800
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-08-12 18:50:11 +0800
commitdd4956d3881a9a329e99d468ca605b7353f8ad00 (patch)
treebc19de3604e33ba31109bb8f55dcaf08dae47712
parenteef4e328d06dd742130ccaf9e44da996f72c03cc (diff)
downloadandroid_packages_apps_CMFileManager-dd4956d3881a9a329e99d468ca605b7353f8ad00.tar.gz
android_packages_apps_CMFileManager-dd4956d3881a9a329e99d468ca605b7353f8ad00.tar.bz2
android_packages_apps_CMFileManager-dd4956d3881a9a329e99d468ca605b7353f8ad00.zip
CMFM: Recognise .opus file extension
*.opus files are getting more popular nowadays. Recognise them as part of the audio/opus MIME type. Change-Id: Icfcce9ae15a50a74f2268120327ee22921c47eac
-rw-r--r--res/raw/mime_types.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/raw/mime_types.properties b/res/raw/mime_types.properties
index 27df2767..a8dbd4ed 100644
--- a/res/raw/mime_types.properties
+++ b/res/raw/mime_types.properties
@@ -252,6 +252,7 @@ mp3 = AUDIO | audio/mpeg | fso_type_audio_drawable
mpga = AUDIO | audio/mpeg | fso_type_audio_drawable
oga = AUDIO | audio/ogg | fso_type_audio_drawable
ogg = AUDIO | audio/ogg | fso_type_audio_drawable
+opus = AUDIO | audio/ogg | fso_type_audio_drawable
spx = AUDIO | audio/ogg | fso_type_audio_drawable
eol = AUDIO | audio/vnd.digital-winds | fso_type_audio_drawable
dts = AUDIO | audio/vnd.dts | fso_type_audio_drawable