summaryrefslogtreecommitdiff
path: root/include/video/adf.h
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2013-06-11 12:59:41 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:53:11 -0800
commit8bb154db8a693934442db0f7177462f3466bf100 (patch)
treec53c1920ecd39398c137be691d169d145bce4af7 /include/video/adf.h
parent68ff076002b28bbc34dff95048aa815062996b74 (diff)
video: adf: add supported formats to adf_overlay_engine_data
Change-Id: If2aa783b9ece60160f465bf697508fc58682e1bc Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'include/video/adf.h')
-rw-r--r--include/video/adf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/video/adf.h b/include/video/adf.h
index 6c2191a318a5..eb7b9be19c7e 100644
--- a/include/video/adf.h
+++ b/include/video/adf.h
@@ -374,7 +374,8 @@ struct adf_interface {
* @base: common operations (see &struct adf_obj_ops)
*
* @supported_formats: list of fourccs the overlay engine can scan out
- * @n_supported_formats: length of supported_formats
+ * @n_supported_formats: length of supported_formats, up to
+ * ADF_MAX_SUPPORTED_FORMATS
*/
struct adf_overlay_engine_ops {
const struct adf_obj_ops base;