mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00: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:
parent
6e365c5720
commit
25f8e6014a
@ -184,7 +184,10 @@ struct AVFilterContext
|
||||
|
||||
char *name;
|
||||
|
||||
unsigned input_count;
|
||||
AVFilterLink **inputs;
|
||||
|
||||
unsigned output_count;
|
||||
AVFilterLink **outputs;
|
||||
|
||||
void *priv;
|
||||
|
Loading…
Reference in New Issue
Block a user