device: remove decoder_started

This commit is contained in:
Kamil Trzcinski 2023-02-24 19:59:46 +01:00
parent 6ce1869f71
commit 2413c7f4fc

View File

@ -51,7 +51,6 @@ typedef struct device_s {
}; };
bool paused; bool paused;
bool decoder_started;
} device_t; } device_t;
device_t *device_open(const char *name, const char *path, device_hw_t *hw); device_t *device_open(const char *name, const char *path, device_hw_t *hw);