mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-13 16:40:27 +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…
x
Reference in New Issue
Block a user