mmal: Add shared code for handling mmal pictures
commit243c5854d9c48793d364431ec0fe795053335c1e
authorJulian Scheel <julian@jusst.de>
Tue, 2 Sep 2014 07:15:36 +0000 (2 09:15 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 2 Sep 2014 23:54:10 +0000 (3 01:54 +0200)
tree609a1911e9946db1c43a4743268eb204f718550e
parent26e73f0ff54f6f65519443679748c75d437f03ba
mmal: Add shared code for handling mmal pictures

Outsource some of the picture handling code from the mmal video_output into a
dedicated file. This is required as it will be used by the mmal filter plugin
later on as well.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/Makefile.am
modules/hw/mmal/mmal_picture.c [new file with mode: 0644]
modules/hw/mmal/mmal_picture.h [new file with mode: 0644]
modules/hw/mmal/vout.c