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
6a29499b
Commit
6a29499b
authored
Jan 01, 2015
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/flvdec: remove duplicated line error
Fix typo regression since
5c37ffca
Found-By: cousin_luigi
parent
8009a51f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
flvdec.c
libavformat/flvdec.c
+0
-1
No files found.
libavformat/flvdec.c
View file @
6a29499b
...
@@ -441,7 +441,6 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
...
@@ -441,7 +441,6 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
if
(
amf_parse_object
(
s
,
astream
,
vstream
,
str_val
,
max_pos
,
if
(
amf_parse_object
(
s
,
astream
,
vstream
,
str_val
,
max_pos
,
depth
+
1
)
<
0
)
depth
+
1
)
<
0
)
return
-
1
;
return
-
1
;
if
(
avio_r8
(
ioc
)
!=
AMF_END_OF_OBJECT
)
if
(
avio_r8
(
ioc
)
!=
AMF_END_OF_OBJECT
)
{
if
(
avio_r8
(
ioc
)
!=
AMF_END_OF_OBJECT
)
{
av_log
(
s
,
AV_LOG_ERROR
,
"Missing AMF_END_OF_OBJECT in AMF_DATA_TYPE_MIXEDARRAY
\n
"
);
av_log
(
s
,
AV_LOG_ERROR
,
"Missing AMF_END_OF_OBJECT in AMF_DATA_TYPE_MIXEDARRAY
\n
"
);
return
-
1
;
return
-
1
;
...
...
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