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
14086341
Commit
14086341
authored
Jun 01, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nutdec: remove unused variable
parent
e65ab9d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
nutdec.c
libavformat/nutdec.c
+1
-3
No files found.
libavformat/nutdec.c
View file @
14086341
...
...
@@ -190,7 +190,6 @@ static int decode_main_header(NUTContext *nut){
uint64_t
tmp
,
end
;
unsigned
int
stream_count
;
int
i
,
j
,
tmp_stream
,
tmp_mul
,
tmp_pts
,
tmp_size
,
count
,
tmp_res
,
tmp_head_idx
;
int64_t
tmp_match
;
end
=
get_packetheader
(
nut
,
bc
,
1
,
MAIN_STARTCODE
);
end
+=
avio_tell
(
bc
);
...
...
@@ -218,7 +217,6 @@ static int decode_main_header(NUTContext *nut){
tmp_pts
=
0
;
tmp_mul
=
1
;
tmp_stream
=
0
;
tmp_match
=
1
-
(
1LL
<<
62
);
tmp_head_idx
=
0
;
for
(
i
=
0
;
i
<
256
;){
int
tmp_flags
=
ffio_read_varlen
(
bc
);
...
...
@@ -232,7 +230,7 @@ static int decode_main_header(NUTContext *nut){
else
tmp_res
=
0
;
if
(
tmp_fields
>
5
)
count
=
ffio_read_varlen
(
bc
);
else
count
=
tmp_mul
-
tmp_size
;
if
(
tmp_fields
>
6
)
tmp_match
=
get_s
(
bc
);
if
(
tmp_fields
>
6
)
get_s
(
bc
);
if
(
tmp_fields
>
7
)
tmp_head_idx
=
ffio_read_varlen
(
bc
);
while
(
tmp_fields
--
>
8
)
...
...
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