ffmpeg | branch: master | Stefano Sabatini <stefa...@gmail.com> | Sun Apr  2 
20:04:22 2023 +0200| [a76fb12375890d6b5f6a784b3c4e567255041f70] | committer: 
Stefano Sabatini

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a76fb12375890d6b5f6a784b3c4e567255041f70
---

 libavcodec/avcodec.h | 6 +++---
 1 file 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;
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to