Skip to content
Snippets Groups Projects
Commit 61d7f8fe authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Warn about vf_mp

parent fd4c59b5
No related branches found
No related tags found
No related merge requests found
...@@ -732,6 +732,11 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) ...@@ -732,6 +732,11 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
char name[256]; char name[256];
int i; int i;
av_log(ctx, AV_LOG_WARNING,
"This is a unholy filter, it will be purified by the ffmpeg exorcist team\n"
"which will change its syntax from dark -vf mp to light -vf.\n"
"Thou shalst not make spells or scripts that depend on it\n");
m->avfctx= ctx; m->avfctx= ctx;
if(!args || 1!=sscanf(args, "%255[^:]", name)){ if(!args || 1!=sscanf(args, "%255[^:]", name)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment