forked from marfrit/libva-v4l2-request-fourier
Centralize buffer-related ressources in surface object and avoid dynamic indexes
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
@@ -43,9 +43,6 @@ struct object_buffer {
|
||||
|
||||
void *data;
|
||||
unsigned int size;
|
||||
|
||||
void *map;
|
||||
unsigned int map_size;
|
||||
};
|
||||
|
||||
VAStatus SunxiCedrusCreateBuffer(VADriverContextP context,
|
||||
|
||||
Reference in New Issue
Block a user