lavc/avcodec.h: fix typos in AVCodecContext.pkt_timebase description

This commit is contained in:
Stefano Sabatini 2023-04-02 20:04:22 +02:00
parent bf600db2a0
commit a76fb12375
1 changed files with 3 additions and 3 deletions

View File

@ -1794,9 +1794,9 @@ typedef struct AVCodecContext {
enum AVPixelFormat sw_pix_fmt;
/**
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
* - encoding unused.
* - decoding set by user.
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are expressed.
* - encoding: unused.
* - decoding: set by user.
*/
AVRational pkt_timebase;