From 1871653a3621e573f53146fb4fec4c41c66927bd Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <jakob@collabora.com> Date: Fri, 24 Apr 2020 20:44:14 +0100 Subject: [PATCH] doc: Document MR 283 --- doc/changes/xrt/mr.283.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/changes/xrt/mr.283.md diff --git a/doc/changes/xrt/mr.283.md b/doc/changes/xrt/mr.283.md new file mode 100644 index 000000000..b30def29c --- /dev/null +++ b/doc/changes/xrt/mr.283.md @@ -0,0 +1,3 @@ +Add the new format `XRT_FORMAT_UYVY422` to the interface and various parts of +the code where it is needed to be supported, like the conversion functions and +calibration code. Also rename the `XRT_FORMAT_YUV422` to `XRT_FORMAT_YUYV422`.