diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-12-21 21:52:34 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-12-23 10:35:32 +0100 |
commit | 6e5c44b043833c02f8053868877aba7069b30f93 (patch) | |
tree | 2afb9d0e19e921c15c4a2bc1a41fdeb1d8a6e353 /libavcodec | |
parent | 418693bdc5edad72b0d055f741931612d797eb05 (diff) | |
download | ffmpeg-6e5c44b043833c02f8053868877aba7069b30f93.tar.gz |
lavc: make pkt_{p,d}ts doxy less confusing
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
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. */ |