[FFmpeg-cvslog] lavc: make pkt_{p,d}ts doxy less confusing

Anton Khirnov git at videolan.org
Sun Dec 23 14:59:10 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Dec 21 21:52:34 2012 +0100| [6e5c44b043833c02f8053868877aba7069b30f93] | committer: Anton Khirnov

lavc: make pkt_{p,d}ts doxy less confusing

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e5c44b043833c02f8053868877aba7069b30f93
---

 libavcodec/avcodec.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index d9a2dc2..a7cf110 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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.
      */



More information about the ffmpeg-cvslog mailing list