Extend packet header with frame processing latency
This commit is contained in:
parent
590733b313
commit
bd533dc31b
9 changed files with 101 additions and 7 deletions
|
|
@ -48,6 +48,8 @@ namespace video {
|
|||
AVPacket *av_packet;
|
||||
std::vector<replace_t> *replacements;
|
||||
void *channel_data;
|
||||
|
||||
std::optional<std::chrono::steady_clock::time_point> frame_timestamp;
|
||||
};
|
||||
|
||||
using packet_t = std::unique_ptr<packet_raw_t>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue