encodeData: add flags support

This commit is contained in:
Comma Device
2022-04-16 15:54:22 -07:00
parent d2fec9ecfe
commit df7275f1f7
2 changed files with 2 additions and 1 deletions
+1 -1
Submodule cereal updated: 3d70d85580...a91dfedc0d
+1
View File
@@ -385,6 +385,7 @@ void OmxEncoder::write_and_broadcast_handler(OmxEncoder *e){
edata.setTimestampEof(out_buf->header.nTimeStamp);
edata.setIdx(idx++);
edata.setSegmentNum(e->segment_num);
edata.setFlags(out_buf->header.nFlags);
e->pm->send(e->service_name, msg);
OmxEncoder::handle_out_buf(e, out_buf);