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
7ebab679
Commit
7ebab679
authored
Feb 04, 2008
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Wwrite-strings nitpicking fix
Originally committed as revision 11842 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4cf97abb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
nutdec.c
libavformat/nutdec.c
+2
-1
No files found.
libavformat/nutdec.c
View file @
7ebab679
...
@@ -359,7 +359,8 @@ static int decode_info_header(NUTContext *nut){
...
@@ -359,7 +359,8 @@ static int decode_info_header(NUTContext *nut){
unsigned
int
stream_id_plus1
,
chapter_start
,
chapter_len
,
count
;
unsigned
int
stream_id_plus1
,
chapter_start
,
chapter_len
,
count
;
int
chapter_id
,
i
;
int
chapter_id
,
i
;
int64_t
value
,
end
;
int64_t
value
,
end
;
char
name
[
256
],
str_value
[
1024
],
type_str
[
256
],
*
type
=
type_str
;
char
name
[
256
],
str_value
[
1024
],
type_str
[
256
];
const
char
*
type
=
type_str
;
end
=
get_packetheader
(
nut
,
bc
,
1
,
INFO_STARTCODE
);
end
=
get_packetheader
(
nut
,
bc
,
1
,
INFO_STARTCODE
);
end
+=
url_ftell
(
bc
);
end
+=
url_ftell
(
bc
);
...
...
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