encodeData: add flags support

old-commit-hash: df7275f1f7
This commit is contained in:
Comma Device
2022-04-16 15:54:22 -07:00
parent 295f4eb16a
commit d9d3f9a8ee
2 changed files with 2 additions and 1 deletions

2
cereal

Submodule cereal updated: 3d70d85580...a91dfedc0d

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);