]> git.sesse.net Git - ffmpeg/commit
lavfi: rewrite nullsrc using the code in vsrc_testsrc.c
authorStefano Sabatini <stefasab@gmail.com>
Sun, 23 Oct 2011 11:53:25 +0000 (13:53 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 24 Oct 2011 15:46:48 +0000 (17:46 +0200)
commit1f4652068e690c907df3ab569948c1f04d0bb940
tree283f1e1cad63bb4cc1cda146ced46bbe9d577733
parent3092509b08f71beabff65c31c49d9e9dffe4584b
lavfi: rewrite nullsrc using the code in vsrc_testsrc.c

Factorize code, extend the functionality of the filter, and make it
return empty buffers. This is useful for filters which ignore the input
frames content.

This is also changing the syntax of the nullsrc source, and dropping the
framerate expression evaluation, which does not look particularly useful.
doc/filters.texi
libavfilter/Makefile
libavfilter/avfilter.h
libavfilter/vsrc_nullsrc.c [deleted file]
libavfilter/vsrc_testsrc.c