Browse Source

buffersrc: deprecate flat options syntax.

tags/n1.0
Nicolas George 13 years ago
parent
commit
0f62125643
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/buffersrc.c

+ 1
- 0
libavfilter/buffersrc.c View File

@@ -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;


Loading…
Cancel
Save