mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
driver/file.cpp: add pls extension
Origin commit data
------------------
Branch: ni/coolstream
Commit: 73fd76ec2a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-20 (Wed, 20 Jun 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -45,8 +45,8 @@ const char * const file_extension_list[] =
|
||||
"asf", "avi", "bmp", "cdr", "crw",
|
||||
"flac", "gif", "imu", "jpeg", "jpg",
|
||||
"m2a", "m3u", "mkv", "mp2", "mp3",
|
||||
"mpa", "ogg", "png", "sh", "txt",
|
||||
"url", "wav", "xml"
|
||||
"mpa", "ogg", "pls", "png", "sh",
|
||||
"txt", "url", "wav", "xml"
|
||||
};
|
||||
/* ATTENTION: the array file_extension_list MUST BE SORTED ASCENDING (cf. sort, man bsearch) - otherwise bsearch will not work correctly! */
|
||||
|
||||
@@ -55,8 +55,8 @@ const CFile::FileType file_type_list[] =
|
||||
CFile::FILE_ASF , CFile::FILE_AVI , CFile::FILE_PICTURE , CFile::FILE_CDR , CFile::FILE_PICTURE ,
|
||||
CFile::FILE_FLAC , CFile::FILE_PICTURE , CFile::STREAM_PICTURE, CFile::FILE_PICTURE , CFile::FILE_PICTURE ,
|
||||
CFile::FILE_MP3 , CFile::FILE_PLAYLIST , CFile::FILE_MKV , CFile::FILE_MP3 , CFile::FILE_MP3 ,
|
||||
CFile::FILE_MP3 , CFile::FILE_OGG , CFile::FILE_PICTURE , CFile::FILE_TEXT , CFile::FILE_TEXT ,
|
||||
CFile::STREAM_AUDIO , CFile::FILE_WAV , CFile::FILE_XML
|
||||
CFile::FILE_MP3 , CFile::FILE_OGG , CFile::FILE_PLAYLIST, CFile::FILE_PICTURE , CFile::FILE_TEXT ,
|
||||
CFile::FILE_TEXT , CFile::STREAM_AUDIO , CFile::FILE_WAV , CFile::FILE_XML
|
||||
};
|
||||
|
||||
int mycasecmp(const void * a, const void * b)
|
||||
|
Reference in New Issue
Block a user