show encoder type in /stat

This commit is contained in:
Devaev Maxim
2019-03-03 19:02:20 +03:00
parent 3db57cfa42
commit 08aacdc9af
3 changed files with 26 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ struct encoder_t *encoder_init();
void encoder_destroy(struct encoder_t *encoder);
enum encoder_type_t encoder_parse_type(const char *str);
const char *encoder_type_to_string(enum encoder_type_t type);
void encoder_prepare(struct encoder_t *encoder, struct device_t *dev);
void encoder_prepare_live(struct encoder_t *encoder, struct device_t *dev);