Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee4f121b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a metadata field to BufferDesc"

parents b7e8a1a3 5a536590
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@ struct BufferDesc {
     * Time that this buffer is being filled.
     */
    int64_t timestamp;

    vec<uint8_t> metadata;
};

/**