Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
446013a5
Commit
446013a5
authored
Feb 04, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stream_filter/httplive.c: indentation cleanup
Some small indentation cleanup.
parent
6ae98eec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
modules/stream_filter/httplive.c
modules/stream_filter/httplive.c
+3
-6
No files found.
modules/stream_filter/httplive.c
View file @
446013a5
...
...
@@ -678,7 +678,6 @@ static int parse_SegmentInformation(hls_stream_t *hls, char *p_read, int *durati
}
/* Ignore the rest of the line */
return
VLC_SUCCESS
;
}
...
...
@@ -1095,7 +1094,7 @@ static int parse_M3U8(stream_t *s, vlc_array_t *streams, uint8_t *buffer, const
{
/* No Meta playlist used */
char
*
uri
=
ConstructUrl
(
&
s
->
p_sys
->
m3u8
);
if
(
uri
==
NULL
)
if
(
uri
==
NULL
)
return
VLC_EGENERIC
;
hls
=
hls_New
(
streams
,
0
,
0
,
uri
);
free
(
uri
);
...
...
@@ -2011,7 +2010,6 @@ static int Open(vlc_object_t *p_this)
goto
fail
;
}
p_sys
->
download
.
stream
=
current
;
p_sys
->
playback
.
stream
=
current
;
p_sys
->
download
.
seek
=
-
1
;
...
...
@@ -2414,7 +2412,6 @@ static uint64_t GetStreamSize(stream_t *s)
return
size
;
}
static
int
segment_Seek
(
stream_t
*
s
,
const
uint64_t
pos
)
{
stream_sys_t
*
p_sys
=
s
->
p_sys
;
...
...
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