Commit 5302f095 authored by vitor's avatar vitor

Better error handling

Commited in SoC by Vitor Sessak on 2008-04-12 14:28:30


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13314 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 03a2c137
...@@ -335,6 +335,9 @@ int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, ...@@ -335,6 +335,9 @@ int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
pad = parse_inouts(&filters, &inout, 0, LinkTypeOut, filter); pad = parse_inouts(&filters, &inout, 0, LinkTypeOut, filter);
if(pad < 0)
goto fail;
consume_whitespace(&filters); consume_whitespace(&filters);
chr = *filters++; chr = *filters++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment