Commit 25f8e601 authored by Vitor Sessak's avatar Vitor Sessak

Fix some potential segfaults.

Commited in SoC by Bobby Bingham on 2007-07-30 15:53:33

Originally committed as revision 12088 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6e365c57
......@@ -184,7 +184,10 @@ struct AVFilterContext
char *name;
unsigned input_count;
AVFilterLink **inputs;
unsigned output_count;
AVFilterLink **outputs;
void *priv;
......
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