mmal/codec: Use default input buffer count
commita9f5941b5f285ea8d7292ecad16db45cd06c47b8
authorJulian Scheel <julian@jusst.de>
Wed, 3 Jun 2015 07:54:35 +0000 (3 09:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 5 Jun 2015 13:39:14 +0000 (5 15:39 +0200)
tree363c048dd814bf438f8c256a8294c0a1aeabe387
parent2d8c51b930a9c465f806e03d3c8e228136d908b7
mmal/codec: Use default input buffer count

As we use packetized input we normally don't need more than a handful of input
buffers. Using the default of mmal, which is 20, seems absolutely sufficient.

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