Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
9bd24536
Commit
9bd24536
authored
Feb 23, 2018
by
Hugo Beauzée-Luyssen
Browse files
MediaLibrary: Add aif/aifc files to known extensions
parent
fc130087
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MediaLibrary.cpp
View file @
9bd24536
...
...
@@ -74,8 +74,8 @@ namespace medialibrary
{
const
char
*
const
MediaLibrary
::
supportedExtensions
[]
=
{
"3gp"
,
"a52"
,
"aac"
,
"ac3"
,
"aiff"
,
"alac"
,
"amr"
,
"amv"
,
"aob"
,
"ape"
,
"asf"
,
"asx"
,
"avi"
,
"b4s"
,
"conf"
,
/*"cue",*/
"3gp"
,
"a52"
,
"aac"
,
"ac3"
,
"aif"
,
"aifc"
,
"aiff"
,
"alac"
,
"amr"
,
"amv"
,
"aob"
,
"ape"
,
"asf"
,
"asx"
,
"avi"
,
"b4s"
,
"conf"
,
/*"cue",*/
"divx"
,
"dts"
,
"dv"
,
"flac"
,
"flv"
,
"gxf"
,
"ifo"
,
"iso"
,
"it"
,
"itml"
,
"m1v"
,
"m2t"
,
"m2ts"
,
"m2v"
,
"m3u"
,
"m3u8"
,
"m4a"
,
"m4b"
,
"m4p"
,
"m4v"
,
"mid"
,
"mka"
,
"mkv"
,
"mlp"
,
...
...
Jean-Baptiste Kempf
@jbk
mentioned in issue
vlc-android#498 (closed)
·
Jul 29, 2018
mentioned in issue
vlc-android#498 (closed)
mentioned in issue vlc-android#498
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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