From 0f621256439f0dbe77ea1b01293dfb8711fa93c2 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Thu, 7 Jun 2012 20:10:10 +0200 Subject: buffersrc: deprecate flat options syntax. --- libavfilter/buffersrc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter') diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c index 6b78f81b38..b339dd79f5 100644 --- a/libavfilter/buffersrc.c +++ b/libavfilter/buffersrc.c @@ -267,6 +267,7 @@ static av_cold int init_video(AVFilterContext *ctx, const char *args, void *opaq ret = AVERROR(EINVAL); goto fail; } + av_log(ctx, AV_LOG_WARNING, "Flat options syntax is deprecated, use key=value pairs.\n"); if ((ret = ff_parse_pixel_format(&c->pix_fmt, pix_fmt_str, ctx)) < 0) goto fail; -- cgit v1.2.3