Add start decoder

This commit is contained in:
Kamil Trzcinski
2022-04-06 16:02:47 +02:00
parent 899204916f
commit 6d3f992034
3 changed files with 20 additions and 2 deletions

View File

@ -28,6 +28,7 @@ int device_open_buffer_list_capture(device_t *dev, struct buffer_list_s *output_
int device_consume_event(device_t *device);
int device_set_stream(device_t *dev, bool do_on);
int device_set_decoder_start(device_t *dev, bool do_on);
int device_video_force_key(device_t *dev);
int device_set_pad_format(device_t *device, unsigned width, unsigned height, unsigned format);
int device_set_option(device_t *dev, const char *name, uint32_t id, int32_t value);