[vlc-devel] Soft field repeat?
Laurent Aimar
fenrir at elivagar.org
Thu Jan 6 11:50:00 CET 2011
Hi,
On Thu, Jan 06, 2011 at 12:20:25PM +0200, Juha Jeronen wrote:
> First, is there a specific assumption in the core that one input frame
> produces at most two output frames from the deinterlacer module?
Yes there is one. You can workaround this for your tests by increasing
the constant private_picture in src/video_output/vout_wrapper.c.
> So to me it seems there is indeed such an assumption. How hard would
> this limitation be to remove (supporting 1 in, N out where N = 0, 1, 2,
> ...)? Is this being planned? Or would anyone happen to know where I'd
> want to look if I wanted to do this myself?
Increasing the current limit is easy but use more memory. Doing it based
on the filters used is currently not possible.
Regards,
--
fenrir
More information about the vlc-devel
mailing list