From 7464b9e31904a4b4c65afbac17c1f8aa2dda9876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 11 Apr 2013 15:13:49 +0200 Subject: [PATCH] lavfi: remove bbox from the filters left to update. The filter doesn't take any option and thus works with the new system. --- libavfilter/avfilter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 04cd9a776a..18753b3baa 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",