buffer: queue all keyed packets

This commit is contained in:
Kamil Trzcinski
2023-02-24 22:09:16 +01:00
parent 19302b93d1
commit 67a43e7bc9
5 changed files with 29 additions and 10 deletions

View File

@ -19,6 +19,7 @@ typedef struct buffer_s {
int dma_fd;
struct {
bool is_keyed : 1;
bool is_keyframe : 1;
bool is_last : 1;
} flags;