Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
f0d80688
Commit
f0d80688
authored
Jul 26, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AVI: do not look for strh node if we do not need it
parent
107ac72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+0
-2
No files found.
modules/demux/avi/avi.c
View file @
f0d80688
...
...
@@ -702,7 +702,6 @@ aviindex:
{
avi_track_t
*
tk
=
p_sys
->
track
[
i
];
avi_chunk_list_t
*
p_strl
;
avi_chunk_strh_t
*
p_strh
;
avi_chunk_strf_auds_t
*
p_auds
;
if
(
tk
->
i_cat
!=
AUDIO_ES
)
...
...
@@ -716,7 +715,6 @@ aviindex:
continue
;
}
p_strl
=
AVI_ChunkFind
(
p_hdrl
,
AVIFOURCC_strl
,
i
);
p_strh
=
AVI_ChunkFind
(
p_strl
,
AVIFOURCC_strh
,
0
);
p_auds
=
AVI_ChunkFind
(
p_strl
,
AVIFOURCC_strf
,
0
);
if
(
p_auds
->
p_wf
->
wFormatTag
!=
WAVE_FORMAT_PCM
&&
...
...
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