Rename size attribute of StreamModuleFrame

This commit is contained in:
2020-05-19 12:28:29 +02:00
parent 3b08ceed4b
commit 03e2e6fda4
4 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ struct ModuleFrame {
#pragma pack(1)
struct StreamModuleFrame {
ModuleFrame metadata;
uint64_t frame_size;
uint64_t data_n_bytes;
bool is_frame_present;
};
#pragma pack(pop)