mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavc: make pkt_{p,d}ts doxy less confusing
This commit is contained in:
parent
418693bdc5
commit
6e5c44b043
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user