From fd2c0a5db242a3c89a89f1dd2ae9e3155e48f9e2 Mon Sep 17 00:00:00 2001 From: Mina Nagy Zaki Date: Sun, 19 Jun 2011 20:31:24 +0200 Subject: lavfi: add layout negotiation fields and helper functions. --- libavfilter/vf_blackframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_blackframe.c') diff --git a/libavfilter/vf_blackframe.c b/libavfilter/vf_blackframe.c index 658c30fd22..41b4a92ce5 100644 --- a/libavfilter/vf_blackframe.c +++ b/libavfilter/vf_blackframe.c @@ -44,7 +44,7 @@ static int query_formats(AVFilterContext *ctx) PIX_FMT_NONE }; - avfilter_set_common_formats(ctx, avfilter_make_format_list(pix_fmts)); + avfilter_set_common_pixel_formats(ctx, avfilter_make_format_list(pix_fmts)); return 0; } -- cgit v1.2.3