On date Tuesday 2015-01-27 11:14:36 +0000, Paul B Mahol encoded:
> Signed-off-by: Paul B Mahol <one...@gmail.com>
> ---
> Not-bitexact, dunno why. Do not have actual samples to test.
> ---
>  LICENSE.md                    |   1 +
>  configure                     |   1 +
>  libavfilter/Makefile          |   1 +
>  libavfilter/allfilters.c      |   1 +
>  libavfilter/vf_softpulldown.c | 177 
> ++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 181 insertions(+)
>  create mode 100644 libavfilter/vf_softpulldown.c

Could you also add some docs, please?

[...]
> +AVFilter ff_vf_softpulldown = {
> +    .name          = "softpulldown",

> +    .description   = NULL_IF_CONFIG_SMALL("Mpeg2 soft 3:2 pulldown"),

"Apply MPEG soft 3:2 pulldown."

Note that I don't really know what this means, some explanations may
be due in filters.texi.

[...]
-- 
FFmpeg = Frightening and Fascinating Moronic Power Egregious Game
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to