AVFrame.pkt_dts: improve docs

Related to Ticket2375

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-03-19 00:47:00 +01:00
parent 0e02a5193f
commit 6128d33946
1 changed files with 3 additions and 1 deletions

View File

@ -164,7 +164,9 @@ typedef struct AVFrame {
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;