forked from marfrit/libva-v4l2-request-fourier
codecs: pass the context to the controls function as well
Some functions setting the controls will need the context in the future. Make sure that we provide it as an argument. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "v4l2.h"
|
||||
|
||||
int mpeg2_set_controls(struct cedrus_data *driver_data,
|
||||
struct object_context *context_object,
|
||||
struct object_surface *surface_object)
|
||||
{
|
||||
VAPictureParameterBufferMPEG2 *parameters =
|
||||
|
||||
Reference in New Issue
Block a user