diff options
-rw-r--r-- | include/hardware/tv_input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware/tv_input.h b/include/hardware/tv_input.h index ed3fafb..456b06e 100644 --- a/include/hardware/tv_input.h +++ b/include/hardware/tv_input.h @@ -278,6 +278,9 @@ typedef struct buffer_producer_stream { /* OUT: Client must allocate a buffer with this format. */ uint32_t format; + + /* OUT: Client must allocate buffers based on this count. */ + uint32_t buffer_count; } buffer_producer_stream_t; typedef struct tv_stream { |