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
b06d6287
Commit
b06d6287
authored
Nov 16, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libasf.c: clean up + maybe a bug fix.
parent
eb75ac5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/demux/asf/libasf.c
modules/demux/asf/libasf.c
+5
-5
No files found.
modules/demux/asf/libasf.c
View file @
b06d6287
...
...
@@ -888,6 +888,7 @@ static int ASF_ReadObject_extended_stream_properties( stream_t *s,
p_data
+=
16
+
2
+
4
+
i_size
;
}
p_esp
->
p_sp
=
NULL
;
if
(
p_data
<
&
p_peek
[
i_peek
]
)
{
asf_object_t
*
p_sp
;
...
...
@@ -948,10 +949,6 @@ static void ASF_FreeObject_extended_stream_properties( asf_object_t *p_obj)
}
guid_t
type
;
int16_t
i_stream_number_count
;
int16_t
*
pi_stream_number
;
static
int
ASF_ReadObject_advanced_mutual_exclusion
(
stream_t
*
s
,
asf_object_t
*
p_obj
)
{
...
...
@@ -1231,7 +1228,10 @@ static int ASF_ReadObject( stream_t *s, asf_object_t *p_obj,
int
i_result
;
int
i_index
;
if
(
!
p_obj
)
return
(
0
);
if
(
!
p_obj
)
return
(
0
);
memset
(
p_obj
,
0
,
sizeof
(
p_obj
)
);
if
(
ASF_ReadObjectCommon
(
s
,
p_obj
)
)
{
...
...
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