summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-04-02 20:04:22 +0200
committerStefano Sabatini <stefasab@gmail.com>2023-09-06 01:02:38 +0200
commita76fb12375890d6b5f6a784b3c4e567255041f70 (patch)
treeac22e8578b0aa193d15971fe18549b4a5a3854cb
parentbf600db2a0c43979d509fee9c196dbe9bf78601c (diff)
lavc/avcodec.h: fix typos in AVCodecContext.pkt_timebase description
-rw-r--r--libavcodec/avcodec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 649411ac79..070e36795d 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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;