[FFmpeg-cvslog] lavfi/haldclutsrc: 10l remove size options.

Clément Bœsch git at videolan.org
Mon May 27 20:53:32 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Mon May 27 20:52:56 2013 +0200| [160ea26560c4e929b6b70937f032234c33fbe6c7] | committer: Clément Bœsch

lavfi/haldclutsrc: 10l remove size options.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=160ea26560c4e929b6b70937f032234c33fbe6c7
---

 libavfilter/vsrc_testsrc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c
index 5d79b44..6e0e19b 100644
--- a/libavfilter/vsrc_testsrc.c
+++ b/libavfilter/vsrc_testsrc.c
@@ -279,7 +279,7 @@ AVFilter avfilter_vsrc_color = {
 
 static const AVOption haldclutsrc_options[] = {
     { "level", "set level", OFFSET(level), AV_OPT_TYPE_INT, {.i64 = 6}, 2, 8, FLAGS },
-    COMMON_OPTIONS
+    COMMON_OPTIONS_NOSIZE
     { NULL }
 };
 



More information about the ffmpeg-cvslog mailing list