lavc: Correct the description of pkt_dts
authorMartin Storsjö <martin@martin.st>
Sun, 23 Dec 2012 15:10:04 +0000 (17:10 +0200)
committerMartin Storsjö <martin@martin.st>
Sun, 23 Dec 2012 18:52:21 +0000 (20:52 +0200)
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: Martin Storsjö <martin@martin.st>
libavcodec/avcodec.h

index a7cf110..e6b8ec6 100644 (file)
@@ -1095,7 +1095,7 @@ typedef struct AVFrame {
     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
      * - decoding: Read by user.
      */