Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
4c599fee
Commit
4c599fee
authored
Oct 31, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recognize .m3u8 extension
parent
f320cdf5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
include/vlc_interface.h
include/vlc_interface.h
+1
-1
src/input/demux.c
src/input/demux.c
+2
-1
No files found.
include/vlc_interface.h
View file @
4c599fee
...
@@ -179,7 +179,7 @@ typedef enum vlc_dialog {
...
@@ -179,7 +179,7 @@ typedef enum vlc_dialog {
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
"*.rec;*.rm;*.rmvb;*.tod;*.ts;*.vob;*.wmv"
"*.rec;*.rm;*.rmvb;*.tod;*.ts;*.vob;*.wmv"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.ifo;*.m3u;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.zip"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.ifo;*.m3u;*.
m3u8;*.
pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.zip"
#define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
#define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
EXTENSIONS_PLAYLIST
EXTENSIONS_PLAYLIST
...
...
src/input/demux.c
View file @
4c599fee
...
@@ -101,7 +101,8 @@ demux_t *__demux_New( vlc_object_t *p_obj, input_thread_t *p_parent_input,
...
@@ -101,7 +101,8 @@ demux_t *__demux_New( vlc_object_t *p_obj, input_thread_t *p_parent_input,
{
"flac"
,
"flac"
},
{
"flac"
,
"flac"
},
{
"dv"
,
"dv"
},
{
"dv"
,
"dv"
},
{
"drc"
,
"dirac"
},
{
"drc"
,
"dirac"
},
{
"m3u"
,
"playlist"
},
{
"m3u"
,
"m3u"
},
{
"m3u8"
,
"m3u8"
},
{
"mkv"
,
"mkv"
},
{
"mka"
,
"mkv"
},
{
"mks"
,
"mkv"
},
{
"mkv"
,
"mkv"
},
{
"mka"
,
"mkv"
},
{
"mks"
,
"mkv"
},
{
"mp4"
,
"mp4"
},
{
"m4a"
,
"mp4"
},
{
"mov"
,
"mp4"
},
{
"moov"
,
"mp4"
},
{
"mp4"
,
"mp4"
},
{
"m4a"
,
"mp4"
},
{
"mov"
,
"mp4"
},
{
"moov"
,
"mp4"
},
{
"nsv"
,
"nsv"
},
{
"nsv"
,
"nsv"
},
...
...
Write
Preview
Markdown
is supported
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