Skip to content
Snippets Groups Projects
Commit 6e5c44b0 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

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

parent 418693bd
No related branches found
No related tags found
No related merge requests found
...@@ -1088,14 +1088,14 @@ typedef struct AVFrame { ...@@ -1088,14 +1088,14 @@ typedef struct AVFrame {
int64_t pts; 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 * - encoding: unused
* - decoding: Read by user. * - decoding: Read by user.
*/ */
int64_t pkt_pts; 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 * - encoding: unused
* - decoding: Read by user. * - decoding: Read by user.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment