diff options
author | Aurélien Zanelli <aurelien.zanelli@parrot.com> | 2015-03-19 10:50:22 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-05-04 20:37:59 +0100 |
commit | c52adc8fcccf691754ab762e667fffb5465c3354 (patch) | |
tree | 00eb74cce8ac1f19a0b4651fba95c89bbba5e5bd /docs | |
parent | 6957811c1188ade0be196c4963940088cfdd8e71 (diff) | |
download | gstreamer-plugins-base-c52adc8fcccf691754ab762e667fffb5465c3354.tar.gz |
video: add NV61 format support
https://bugzilla.gnome.org/show_bug.cgi?id=746466
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/part-mediatype-video-raw.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/design/part-mediatype-video-raw.txt b/docs/design/part-mediatype-video-raw.txt index ad8f2564c..541b36617 100644 --- a/docs/design/part-mediatype-video-raw.txt +++ b/docs/design/part-mediatype-video-raw.txt @@ -1197,6 +1197,7 @@ Formats "GBR_10LE" planar 4:4:4 RGB, 10 bits per channel "NV16" planar 4:2:2 YUV with interleaved UV plane + "NV61" planar 4:2:2 YUV with interleaved VU plane "NV24" planar 4:4:4 YUV with interleaved UV plane |