Improve decoder and add buffer validator
This commit is contained in:
@ -15,6 +15,7 @@ typedef struct device_s {
|
||||
|
||||
struct device_s *output_device;
|
||||
bool paused;
|
||||
bool decoder_started;
|
||||
} device_t;
|
||||
|
||||
device_t *device_open(const char *name, const char *path);
|
||||
|
Reference in New Issue
Block a user