mmal/deinterlace: Allocate extra buffers
commit84db048da1ece31c8dc23bf1c5b8a89953ebb678
authorJulian Scheel <julian@jusst.de>
Thu, 19 Oct 2017 09:23:06 +0000 (19 11:23 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 19 Oct 2017 09:38:18 +0000 (19 11:38 +0200)
tree80427882252a9508091f8359eb37104082b4e8c7
parentf9d9d929cfba8ba4a38ceba93677a63f28ef9c2d
mmal/deinterlace: Allocate extra buffers

The image_fx plugin has an internal pool of allocated buffers which are
used to render filtered pictures into. This must be big enough to avoid
running out of buffers when vlc core holds pictures in it's queue before
rendering them. For this allocate 5 extra buffers.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/deinterlace.c