Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
dc1c12de
Commit
dc1c12de
authored
May 13, 2013
by
Jean-Baptiste Kempf
Browse files
Add mpga to the list of file extensions
parent
6114c1b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
vlc-android/AndroidManifest.xml
View file @
dc1c12de
...
...
@@ -306,6 +306,7 @@
<data
android:pathPattern=
".*\\.mp2"
/>
<data
android:pathPattern=
".*\\.mp3"
/>
<data
android:pathPattern=
".*\\.mpc"
/>
<data
android:pathPattern=
".*\\.mpga"
/>
<data
android:pathPattern=
".*\\.oga"
/>
<data
android:pathPattern=
".*\\.ogg"
/>
<data
android:pathPattern=
".*\\.oma"
/>
...
...
vlc-android/src/org/videolan/vlc/Media.java
View file @
dc1c12de
...
...
@@ -52,7 +52,7 @@ public class Media implements Comparable<Media> {
String
[]
audio_extensions
=
{
".3ga"
,
".a52"
,
".aac"
,
".ac3"
,
".adt"
,
".adts"
,
".aif"
,
".aifc"
,
".aiff"
,
".amr"
,
".aob"
,
".ape"
,
".awb"
,
".caf"
,
".dts"
,
".flac"
,
".it"
,
".m4a"
,
".m4p"
,
".mid"
,
".mka"
,
".mlp"
,
".mod"
,
".mpa"
,
".mp1"
,
".mp2"
,
".mp3"
,
".mpc"
,
".mid"
,
".mka"
,
".mlp"
,
".mod"
,
".mpa"
,
".mp1"
,
".mp2"
,
".mp3"
,
".mpc"
,
".mpga"
,
".oga"
,
".ogg"
,
".oma"
,
".opus"
,
".ra"
,
".ram"
,
".rmi"
,
".s3m"
,
".spx"
,
".tta"
,
".voc"
,
".vqf"
,
".w64"
,
".wav"
,
".wma"
,
".wv"
,
".xa"
,
".xm"
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment