[FFmpeg-cvslog] lavfi: remove bbox from the filters left to update.
Clément Bœsch
git at videolan.org
Thu Apr 11 15:14:18 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Apr 11 15:13:49 2013 +0200| [7464b9e31904a4b4c65afbac17c1f8aa2dda9876] | committer: Clément Bœsch
lavfi: remove bbox from the filters left to update.
The filter doesn't take any option and thus works with the new system.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7464b9e31904a4b4c65afbac17c1f8aa2dda9876
---
libavfilter/avfilter.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 04cd9a7..18753b3 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -680,7 +680,6 @@ static const char *const filters_left_to_update[] = {
"aresample",
"asetnsamples",
"atempo",
- "bbox",
"buffer",
"flite",
"hue",
More information about the ffmpeg-cvslog
mailing list