mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
lavc/avcodec.h: fix typos in AVCodecContext.pkt_timebase description
This commit is contained in:
parent
bf600db2a0
commit
a76fb12375
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user