Commit 0940580a authored by Martin Storsjö's avatar Martin Storsjö

lavc: Correct the description of pkt_dts

The description as updated in 6e5c44b0f made it sound like it is
handled exactly like the pts, which it is not. Clarify that it
is the packet that triggered returning the frame instead of just
the last avpacket (in case of frame threading, it won't be the
dts of the last packet).
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 5af53731
...@@ -1095,7 +1095,7 @@ typedef struct AVFrame { ...@@ -1095,7 +1095,7 @@ typedef struct AVFrame {
int64_t pkt_pts; int64_t pkt_pts;
/** /**
* dts copied from the AVPacket that was decoded to produce this frame * dts copied from the AVPacket that triggered returning this frame
* - encoding: unused * - encoding: unused
* - decoding: Read by user. * - decoding: Read by user.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment