Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e5a6dcac
Commit
e5a6dcac
authored
Jan 31, 2016
by
Timothy Gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtvdec: Removed unused variable
parent
180f9a09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wtvdec.c
libavformat/wtvdec.c
+0
-1
No files found.
libavformat/wtvdec.c
View file @
e5a6dcac
...
...
@@ -1027,7 +1027,6 @@ static int read_header(AVFormatContext *s)
if
(
wtv
->
nb_index_entries
)
{
pb
=
wtvfile_open
(
s
,
root
,
root_size
,
ff_timeline_table_0_entries_Events_le16
);
if
(
pb
)
{
int
i
;
AVIndexEntry
*
e
=
wtv
->
index_entries
;
AVIndexEntry
*
e_end
=
wtv
->
index_entries
+
wtv
->
nb_index_entries
-
1
;
uint64_t
last_position
=
0
;
...
...
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