- fftools/ffmpeg_mux.c: "heartbeats on on random access points" -> "heartbeats 
on random access points"
- libavcodec/movtextenc.c: "setting flags that that are already set" -> 
"setting flags that are already set"
- libavcodec/hpeldsp.h: "For for widths 2 and 4" -> "For widths 2 and 4"
- libavcodec/jni.h: "a pointer the the Android application context" -> "a 
pointer to the Android application context"
---
 fftools/ffmpeg_mux.c    | 2 +-
 libavcodec/hpeldsp.h    | 2 +-
 libavcodec/jni.h        | 2 +-
 libavcodec/movtextenc.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fftools/ffmpeg_mux.c b/fftools/ffmpeg_mux.c
index 25f66dd..0446a45 100644
--- a/fftools/ffmpeg_mux.c
+++ b/fftools/ffmpeg_mux.c
@@ -305,7 +305,7 @@ static int mux_packet_filter(Muxer *mux, MuxThreadContext 
*mt,
     }
 
     // emit heartbeat for -fix_sub_duration;
-    // we are only interested in heartbeats on on random access points.
+    // we are only interested in heartbeats on random access points.
     if (pkt && (pkt->flags & AV_PKT_FLAG_KEY)) {
         mt->fix_sub_duration_pkt->opaque    = 
(void*)(intptr_t)PKT_OPAQUE_FIX_SUB_DURATION;
         mt->fix_sub_duration_pkt->pts       = pkt->pts;
diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h
index 6c9fdce..8758b40 100644
--- a/libavcodec/hpeldsp.h
+++ b/libavcodec/hpeldsp.h
@@ -33,7 +33,7 @@
 
 /**
  * Average and put pixel
- * Widths can be 16, 8, 4 or 2. For for widths 2 and 4, h is always a positive
+ * Widths can be 16, 8, 4 or 2. For widths 2 and 4, h is always a positive
  * multiple of 2; otherwise, it is a positive multiple of 4.
  */
 typedef void (*op_pixels_func)(uint8_t *block /* align width */,
diff --git a/libavcodec/jni.h b/libavcodec/jni.h
index 955cd28..06910a7 100644
--- a/libavcodec/jni.h
+++ b/libavcodec/jni.h
@@ -60,7 +60,7 @@ int av_jni_set_android_app_ctx(void *app_ctx, void *log_ctx);
  *
  * This function is only available on Android.
  *
- * @return a pointer the the Android application context
+ * @return a pointer to the Android application context
  */
 void *av_jni_get_android_app_ctx(void);
 
diff --git a/libavcodec/movtextenc.c b/libavcodec/movtextenc.c
index a5f0325..2bc60f8 100644
--- a/libavcodec/movtextenc.c
+++ b/libavcodec/movtextenc.c
@@ -400,7 +400,7 @@ static uint8_t mov_text_style_to_flag(const char style)
 static void mov_text_style_set(MovTextContext *s, uint8_t style_flags)
 {
     if (!((s->style_attributes_temp.style_flag & style_flags) ^ style_flags)) {
-        // setting flags that that are already set
+        // setting flags that are already set
         return;
     }
     if (mov_text_style_start(s))
-- 
2.49.0

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

Reply via email to