obs-studio/plugins/linux-v4l2
fryshorts 05ddbeb1fe Add function to prepare frame structure to v4l2 plugin.
This adds a function to prepare the source_frame struct for use
with obs_source_output_video. Since all of the values except for
the timestamp and data pointers are known in before it makes
little sense to compute them over and over again.

Due to the fact that v4l2 uses a single continuous memory segment
for multi planar formats we can also precompute memory offsets for
the planes.
2014-07-26 19:29:08 +02:00
..
data/locale Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
CMakeLists.txt Add libv4l2 as requirement for the v4l2 plugin. 2014-07-26 19:29:08 +02:00
linux-v4l2.c Add locale for modules 2014-07-11 17:29:00 -07:00
v4l2-input.c Add function to prepare frame structure to v4l2 plugin. 2014-07-26 19:29:08 +02:00