This commit is contained in:
Kamil Trzcinski
2022-04-04 18:01:16 +02:00
parent 6b846188d2
commit e7947bf064
3 changed files with 15 additions and 1 deletions

View File

@ -17,6 +17,7 @@ typedef struct buffer_list_s {
unsigned fmt_width, fmt_height, fmt_format;
bool streaming;
int frames;
} buffer_list_t;