Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sameer Bhandarkar
VLC
Commits
40e3642d
Commit
40e3642d
authored
7 years ago
by
Zhao Zhili
Committed by
François Cartegnie
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
playlist: m3u: unbreak HLS
Fix #19269 Signed-off-by:
Francois Cartegnie
<
fcvlcdev@free.fr
>
parent
000910a0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/demux/playlist/m3u.c
+1
-0
1 addition, 0 deletions
modules/demux/playlist/m3u.c
with
1 addition
and
0 deletions
modules/demux/playlist/m3u.c
+
1
−
0
View file @
40e3642d
...
...
@@ -62,6 +62,7 @@ static bool IsHLS(const unsigned char *buf, size_t length)
"#EXT-X-VERSION:"
,
"#EXT-X-TARGETDURATION:"
,
"#EXT-X-MEDIA-SEQUENCE:"
,
"#EXT-X-STREAM-INF:"
,
};
for
(
size_t
i
=
0
;
i
<
ARRAY_SIZE
(
hlsexts
);
i
++
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment