From 6e697b595f8a46348a41be673a37bc0a39a8e032 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 9 Apr 2021 13:54:28 +0200 Subject: [PATCH] util/format: document block depth field MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit After the pixel block width and height, a third field is used to store the pixel block depth. Document this field. Signed-off-by: Simon Ser Reviewed-by: Marek Olšák Acked-by: Leo Liu Part-of: --- src/util/format/u_format.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/format/u_format.csv b/src/util/format/u_format.csv index cab2884..8cb7e88 100644 --- a/src/util/format/u_format.csv +++ b/src/util/format/u_format.csv @@ -34,6 +34,7 @@ # - layout, per enum util_format_layout, in shortened lower caps # - pixel block's width # - pixel block's height +# - pixel block's depth, in number of pixels # - channel encoding (only meaningful for plain layout), containing for each # channel the following information: # - type, one of -- 2.7.4