Revision 61d7f8fe libavfilter/vf_mp.c
libavfilter/vf_mp.c | ||
---|---|---|
732 | 732 |
char name[256]; |
733 | 733 |
int i; |
734 | 734 |
|
735 |
av_log(ctx, AV_LOG_WARNING, |
|
736 |
"This is a unholy filter, it will be purified by the ffmpeg exorcist team\n" |
|
737 |
"which will change its syntax from dark -vf mp to light -vf.\n" |
|
738 |
"Thou shalst not make spells or scripts that depend on it\n"); |
|
739 |
|
|
735 | 740 |
m->avfctx= ctx; |
736 | 741 |
|
737 | 742 |
if(!args || 1!=sscanf(args, "%255[^:]", name)){ |
Also available in: Unified diff