Commit 6128d339 authored by Michael Niedermayer's avatar Michael Niedermayer

AVFrame.pkt_dts: improve docs

Related to Ticket2375
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0e02a519
...@@ -164,7 +164,9 @@ typedef struct AVFrame { ...@@ -164,7 +164,9 @@ typedef struct AVFrame {
int64_t pkt_pts; int64_t pkt_pts;
/** /**
* DTS copied from the AVPacket that triggered returning this frame. * DTS copied from the AVPacket that triggered returning this frame. (if frame threading isnt used)
* This is also the Presentation time of this AVFrame calculated from
* only AVPacket.dts values without pts values.
*/ */
int64_t pkt_dts; int64_t pkt_dts;
......
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