Skip to content
Snippets Groups Projects
Commit 0f621256 authored by Nicolas George's avatar Nicolas George
Browse files

buffersrc: deprecate flat options syntax.

parent 9ca44067
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment