forked from marfrit/libva-v4l2-request-fourier
Abstract away MPEG2 support
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
committed by
Paul Kocialkowski
parent
03fd51b3b3
commit
d7d8fc744b
+6
-1
@@ -57,9 +57,14 @@ struct object_surface {
|
||||
unsigned int destination_planes_count;
|
||||
unsigned int destination_buffers_count;
|
||||
|
||||
struct v4l2_ctrl_mpeg2_slice_params mpeg2_slice_params;
|
||||
unsigned int slices_size;
|
||||
|
||||
union {
|
||||
struct {
|
||||
VAPictureParameterBufferMPEG2 picture;
|
||||
} mpeg2;
|
||||
} params;
|
||||
|
||||
int request_fd;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user