From 6e5c44b043833c02f8053868877aba7069b30f93 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 21 Dec 2012 21:52:34 +0100 Subject: lavc: make pkt_{p,d}ts doxy less confusing --- libavcodec/avcodec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d9a2dc2ce4..a7cf110e87 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. */ -- cgit v1.2.3