mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 22:47:06 -04:00
Add pts which will be scaled to AV_TIME_BASE_Q
This commit is contained in:
@@ -49,6 +49,7 @@ class ZMPacket {
|
||||
AVMediaType codec_type;
|
||||
int image_index;
|
||||
int codec_imgsize;
|
||||
int64_t pts; // pts in the packet can be in another time base. This MUST be in AV_TIME_BASE_Q
|
||||
|
||||
public:
|
||||
AVPacket *av_packet() { return &packet; }
|
||||
|
||||
Reference in New Issue
Block a user