On 10/25/15, Nicolas George <geo...@nsup.org> wrote:
> Similar to testsrc, but using drawutils and therefore
> supporting a lot of pixel formats instead of just rgb24.
> This allows using it as input for other tests without
> requiring a format conversion.
> It is also slightly faster than testsrc for some reason.
>
> Signed-off-by: Nicolas George <geo...@nsup.org>
> ---
>  libavfilter/Makefile                   |   1 +
>  libavfilter/allfilters.c               |   1 +
>  libavfilter/vsrc_testsrc.c             | 271
> +++++++++++++++++++++++++++++++++
>  tests/fate/filter-video.mak            |   9 ++
>  tests/ref/fate/filter-testsrc2-rgb24   |  71 +++++++++
>  tests/ref/fate/filter-testsrc2-yuv420p |  71 +++++++++
>  tests/ref/fate/filter-testsrc2-yuv444p |  71 +++++++++
>  7 files changed, 495 insertions(+)
>  create mode 100644 tests/ref/fate/filter-testsrc2-rgb24
>  create mode 100644 tests/ref/fate/filter-testsrc2-yuv420p
>  create mode 100644 tests/ref/fate/filter-testsrc2-yuv444p


Should be fine.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to