This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 252ab61726 avutil/frame: fix typos
252ab61726 is described below

commit 252ab617269880103cf2aad4ef87e09a35303bea
Author:     Ramiro Polla <[email protected]>
AuthorDate: Sat Mar 7 00:01:28 2026 +0100
Commit:     Ramiro Polla <[email protected]>
CommitDate: Sat Mar 7 00:54:49 2026 +0000

    avutil/frame: fix typos
---
 libavutil/frame.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavutil/frame.h b/libavutil/frame.h
index 088b24b717..771c9ce453 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -658,7 +658,7 @@ typedef struct AVFrame {
  *
  * For coding bitstream formats which support both lossless and lossy
  * encoding, it is sometimes possible for a decoder to determine which method
- * was used when the bitsream was encoded.
+ * was used when the bitstream was encoded.
  */
 #define AV_FRAME_FLAG_LOSSLESS        (1 << 5)
 /**
@@ -742,7 +742,7 @@ typedef struct AVFrame {
     /**
      * @anchor cropping
      * @name Cropping
-     * Video frames only. The number of pixels to discard from the the
+     * Video frames only. The number of pixels to discard from the
      * top/bottom/left/right border of the frame to obtain the sub-rectangle of
      * the frame intended for presentation.
      * @{
@@ -825,7 +825,7 @@ int av_frame_ref(AVFrame *dst, const AVFrame *src);
  * Ensure the destination frame refers to the same data described by the source
  * frame, either by creating a new reference for each AVBufferRef from src if
  * they differ from those in dst, by allocating new buffers and copying data if
- * src is not reference counted, or by unrefencing it if src is empty.
+ * src is not reference counted, or by unreferencing it if src is empty.
  *
  * Frame properties on dst will be replaced by those from src.
  *

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to