Browse Source

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
25f8e6014a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavfilter/avfilter.h

+ 3
- 0
libavfilter/avfilter.h View File

@@ -184,7 +184,10 @@ struct AVFilterContext

char *name;

unsigned input_count;
AVFilterLink **inputs;

unsigned output_count;
AVFilterLink **outputs;

void *priv;


Loading…
Cancel
Save