[FFmpeg-devel] [PATCH] libavcodec/avcodec.h: fix typos in AVCodecContext.pkt_timebase description
Stefano Sabatini
stefasab at gmail.com
Sun Apr 2 21:05:35 EEST 2023
---
libavcodec/avcodec.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 1e91b9cb53..dec5e40eac 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1781,9 +1781,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;
--
2.25.1
More information about the ffmpeg-devel
mailing list