refactoring

This commit is contained in:
Devaev Maxim
2018-10-04 01:32:02 +03:00
parent 809f86955d
commit 8734834341
2 changed files with 3 additions and 11 deletions

View File

@@ -38,14 +38,8 @@ struct stream_client_t {
struct stream_client_t *next;
};
enum picture_type_t {
PICTURE_TYPE_BLANK,
PICTURE_TYPE_REAL,
};
struct exposed_t {
struct picture_t picture;
enum picture_type_t type;
unsigned width;
unsigned height;
unsigned fps;