projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add video crop filter.
[libav.git]
/
libavfilter
/
allfilters.c
diff --git
a/libavfilter/allfilters.c
b/libavfilter/allfilters.c
index
f818885
..
1104f61
100644
(file)
--- a/
libavfilter/allfilters.c
+++ b/
libavfilter/allfilters.c
@@
-34,5
+34,6
@@
void avfilter_register_all(void)
return;
initialized = 1;
+ REGISTER_FILTER (CROP,crop,vf);
REGISTER_FILTER (NULL,null,vf);
}