mmal/codec: Queue pictures immediately
commit2a5734c4929ca41a9ee3ab69b61a76cf0b047990
authorJulian Scheel <julian@jusst.de>
Mon, 23 Oct 2017 10:16:23 +0000 (23 12:16 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Oct 2017 07:44:25 +0000 (24 09:44 +0200)
tree75e5b163082581202e36981fffa5aca2568cf817
parent1f8a1e2afe865dea357922a3600e5d8911c5b8a3
mmal/codec: Queue pictures immediately

Queuing pictures internally into decoded_pictures is a relict from when
decoded pictures could only be returned out of decode() calls. Remove
this and send decoded pictures to the core right out of the output port
callback.

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