projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01eb980
)
allfilters: fix type of avfilter_vsrc_buffer.
author
Anton Khirnov
<anton@khirnov.net>
Thu, 22 Dec 2011 16:32:29 +0000
(17:32 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Fri, 23 Dec 2011 07:17:22 +0000
(08:17 +0100)
libavfilter/allfilters.c
patch
|
blob
|
blame
|
history
diff --git
a/libavfilter/allfilters.c
b/libavfilter/allfilters.c
index
a6f1731
..
ba66941
100644
(file)
--- a/
libavfilter/allfilters.c
+++ b/
libavfilter/allfilters.c
@@
-91,7
+91,7
@@
void avfilter_register_all(void)
/* vsrc_buffer is a part of public API => registered unconditionally */
{
- extern avfilter_vsrc_buffer;
+ extern
AVFilter
avfilter_vsrc_buffer;
avfilter_register(&avfilter_vsrc_buffer);
}
}