This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_header()
tags/n0.10
Stefano Sabatini
14 years ago
parent
aa1c590b29
commit
4d475f7eb3
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavdevice/lavfi.c
+ 3
- 0
libavdevice/lavfi.c
View File
@@ -88,6 +88,9 @@ av_cold static int lavfi_read_header(AVFormatContext *avctx,
#define FAIL(ERR) { ret = ERR; goto end; }
if (!pix_fmts)
FAIL(AVERROR(ENOMEM));
avfilter_register_all();
buffersink = avfilter_get_by_name("buffersink");
Write
Preview
Loading…
Cancel
Save