forked from marfrit/libva-v4l2-request-fourier
buffer: Store derived surface id and buffer info for dma-buf export
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
@@ -44,6 +44,9 @@ struct object_buffer {
|
||||
|
||||
void *data;
|
||||
unsigned int size;
|
||||
|
||||
VASurfaceID derived_surface_id;
|
||||
VABufferInfo info;
|
||||
};
|
||||
|
||||
VAStatus RequestCreateBuffer(VADriverContextP context, VAContextID context_id,
|
||||
|
||||
Reference in New Issue
Block a user