summaryrefslogtreecommitdiffstats
path: root/src/video.h
Commit message (Collapse)AuthorAgeFilesLines
* video: Make video_v4l2_format function privateMaxime Ripard2018-07-171-5/+0
| | | | | | | | | | The video_v4l2_format function is defined as inline in the header, but not static. This will lead to a linker failure when you have multiple files including the header. Since it's not used anywhere but in video.c, move it there. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
* video: Removed unused macroPaul Kocialkowski2018-07-111-2/+0
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* Rework buffer management to be more generic and support untiled formatPaul Kocialkowski2018-07-111-0/+49
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>