summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-12-21 21:52:34 +0100
committerAnton Khirnov <anton@khirnov.net>2012-12-23 10:35:32 +0100
commit6e5c44b043833c02f8053868877aba7069b30f93 (patch)
tree2afb9d0e19e921c15c4a2bc1a41fdeb1d8a6e353 /libavcodec/avcodec.h
parent418693bdc5edad72b0d055f741931612d797eb05 (diff)
lavc: make pkt_{p,d}ts doxy less confusing
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
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.
*/