1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-06 02:05:36 +02:00

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
This commit is contained in:
Vitor Sessak 2008-02-15 22:13:10 +00:00
parent 6e365c5720
commit 25f8e6014a

View File

@ -184,7 +184,10 @@ struct AVFilterContext
char *name;
unsigned input_count;
AVFilterLink **inputs;
unsigned output_count;
AVFilterLink **outputs;
void *priv;