lavc: make pkt_{p,d}ts doxy less confusing
authorAnton Khirnov <anton@khirnov.net>
Fri, 21 Dec 2012 20:52:34 +0000 (21:52 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 23 Dec 2012 09:35:32 +0000 (10:35 +0100)
libavcodec/avcodec.h

index d9a2dc2..a7cf110 100644 (file)
@@ -1088,14 +1088,14 @@ typedef struct AVFrame {
     int64_t pts;
 
     /**
-     * reordered pts from the last AVPacket that has been input into the decoder
+     * pts copied from the AVPacket that was decoded to produce this frame
      * - encoding: unused
      * - decoding: Read by user.
      */
     int64_t pkt_pts;
 
     /**
-     * dts from the last AVPacket that has been input into the decoder
+     * dts copied from the AVPacket that was decoded to produce this frame
      * - encoding: unused
      * - decoding: Read by user.
      */