提交 ad9e66a5 编写于 作者: C Clément Bœsch

lavfi: add pp to the ':'-to-'|' compat layer.

上级 cf7d3846
......@@ -756,7 +756,8 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "noformat") ||
!strcmp(filter->filter->name, "frei0r") ||
!strcmp(filter->filter->name, "frei0r_src") ||
!strcmp(filter->filter->name, "ocv")) {
!strcmp(filter->filter->name, "ocv") ||
!strcmp(filter->filter->name, "pp")) {
/* a hack for compatibility with the old syntax
* replace colons with |s */
char *copy = av_strdup(args);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册