OSDN Git Service

AVFrame.pkt_dts: improve docs
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Mar 2013 23:47:00 +0000 (00:47 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Mar 2013 23:47:00 +0000 (00:47 +0100)
Related to Ticket2375

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/frame.h

index 378538c..39a664f 100644 (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;