Skip to content

Commit 723b641

Browse files
maths22Lordmau5
andcommitted
docs: Add UYVA documentation
Co-authored-by: Lordmau5 <[email protected]>
1 parent 393d767 commit 723b641

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/sphinx/reference-outputs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ Functions used by outputs
829829
VIDEO_FORMAT_YVYU,
830830
VIDEO_FORMAT_YUY2, /* YUYV */
831831
VIDEO_FORMAT_UYVY,
832+
VIDEO_FORMAT_UYVA, /* two-plane, packed luma/chroma like UYVY and then alpha plane */
832833
833834
/* packed uncompressed formats */
834835
VIDEO_FORMAT_RGBA,

docs/sphinx/reference-sources.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,6 +1560,7 @@ Functions used by sources
15601560
VIDEO_FORMAT_YVYU,
15611561
VIDEO_FORMAT_YUY2, /* YUYV */
15621562
VIDEO_FORMAT_UYVY,
1563+
VIDEO_FORMAT_UYVA, /* two-plane, packed luma/chroma like UYVY and then alpha plane */
15631564
15641565
/* packed uncompressed formats */
15651566
VIDEO_FORMAT_RGBA,

0 commit comments

Comments
 (0)