]> git.sesse.net Git - vlc/commit
mmal/vout: Rework buffer handling
authorJulian Scheel <julian@jusst.de>
Fri, 29 Aug 2014 07:09:36 +0000 (09:09 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 1 Sep 2014 18:44:31 +0000 (21:44 +0300)
commit3f12704abe6f18c938563e831381a96d0ab1c147
tree841415bdb86c457f75af91d6363b19fa3316f0a6
parent0bf3d5ace8063213d412d710083d3a8a275d6572
mmal/vout: Rework buffer handling

This patch reflects the buffer handling improvements done in the mmal codec
module into the the mmal video output module.
A nice side effect of the restructuring is that less magic values need to be
defined as the required values can be computed dynamically now.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/hw/mmal/vout.c