projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e365c5
)
Fix some potential segfaults.
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 22:13:10 +0000
(22:13 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 22:13:10 +0000
(22:13 +0000)
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
libavfilter/avfilter.h
patch
|
blob
|
history
diff --git
a/libavfilter/avfilter.h
b/libavfilter/avfilter.h
index
a508e73
..
0dd0a32
100644
(file)
--- a/
libavfilter/avfilter.h
+++ b/
libavfilter/avfilter.h
@@
-184,7
+184,10
@@
struct AVFilterContext
char *name;
+ unsigned input_count;
AVFilterLink **inputs;
+
+ unsigned output_count;
AVFilterLink **outputs;
void *priv;