mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-29 06:00:36 +00:00
Warn about vf_mp
This commit is contained in:
parent
fd4c59b519
commit
61d7f8fed4
@ -732,6 +732,11 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
|
||||
char name[256];
|
||||
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;
|
||||
|
||||
if(!args || 1!=sscanf(args, "%255[^:]", name)){
|
||||
|
Loading…
Reference in New Issue
Block a user