You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
Better error handling
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:30 Originally committed as revision 13314 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -335,6 +335,9 @@ int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
|
||||
|
||||
pad = parse_inouts(&filters, &inout, 0, LinkTypeOut, filter);
|
||||
|
||||
if(pad < 0)
|
||||
goto fail;
|
||||
|
||||
consume_whitespace(&filters);
|
||||
|
||||
chr = *filters++;
|
||||
|
Reference in New Issue
Block a user