buffer: if last buffer is discovered restart streaming

This commit is contained in:
Kamil Trzcinski
2023-02-24 19:59:56 +01:00
parent 6c14564e75
commit 49c7d01789
4 changed files with 27 additions and 0 deletions

View File

@ -20,6 +20,7 @@ typedef struct buffer_s {
struct {
bool is_keyframe : 1;
bool is_last : 1;
} flags;
union {