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
ec6b02b6
Commit
ec6b02b6
authored
May 21, 2009
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check av_fifo_alloc return
Originally committed as revision 18892 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
24dc7776
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
swfenc.c
libavformat/swfenc.c
+2
-0
No files found.
libavformat/swfenc.c
View file @
ec6b02b6
...
...
@@ -193,6 +193,8 @@ static int swf_write_header(AVFormatContext *s)
}
swf
->
audio_enc
=
enc
;
swf
->
audio_fifo
=
av_fifo_alloc
(
AUDIO_FIFO_SIZE
);
if
(
!
swf
->
audio_fifo
)
return
AVERROR
(
ENOMEM
);
}
else
{
av_log
(
s
,
AV_LOG_ERROR
,
"SWF muxer only supports MP3
\n
"
);
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