File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ Device Drivers and Devicetree
135135 The :c:macro: `DEVICE_API() ` macro should be used by out-of-tree driver implementations for
136136 all the upstream driver classes.
137137
138- * The :c:func: `video_buffer_alloc ` and :c:func: `video_buffer_aligned_alloc ` functions in the
139- video API now take an additional timeout parameter.
140-
141138ADC
142139===
143140
@@ -471,6 +468,9 @@ Video
471468 ``pitch = width * video_pix_fmt_bpp(pixfmt) `` needs to be replaced by an equivalent
472469 ``pitch = width * video_bits_per_pixel(pixfmt) / BITS_PER_BYTE ``.
473470
471+ * The :c:func: `video_buffer_alloc ` and :c:func: `video_buffer_aligned_alloc ` functions in the
472+ video API now take an additional timeout parameter.
473+
474474* The :c:func: `video_stream_start ` and :c:func: `video_stream_stop ` driver APIs are now merged
475475 into the new :c:func: `video_set_stream ` driver API. The user APIs are however unchanged to
476476 keep backward compatibility with downstream applications.
You can’t perform that action at this time.
0 commit comments