Improve decoder and add buffer validator

This commit is contained in:
Kamil Trzcinski
2022-04-08 10:57:55 +02:00
parent 6806a6bdf2
commit 1352df220b
5 changed files with 11 additions and 2 deletions

View File

@ -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);