buffer: if last buffer is discovered restart streaming
This commit is contained in:
@ -20,6 +20,7 @@ typedef struct buffer_s {
|
||||
|
||||
struct {
|
||||
bool is_keyframe : 1;
|
||||
bool is_last : 1;
|
||||
} flags;
|
||||
|
||||
union {
|
||||
|
Reference in New Issue
Block a user