You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavc/avcodec.h: fix typos in AVCodecContext.pkt_timebase description
This commit is contained in:
@@ -1794,9 +1794,9 @@ typedef struct AVCodecContext {
|
|||||||
enum AVPixelFormat sw_pix_fmt;
|
enum AVPixelFormat sw_pix_fmt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
|
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are expressed.
|
||||||
* - encoding unused.
|
* - encoding: unused.
|
||||||
* - decoding set by user.
|
* - decoding: set by user.
|
||||||
*/
|
*/
|
||||||
AVRational pkt_timebase;
|
AVRational pkt_timebase;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user