Hi,

attached patch fixes two spelling errors that crept in:
      allows to -> allows one to
 syncronization -> synchronization

Please apply it before 2.4 gets released.

Best regards,
Andreas
>From 8c4c7e6f7c1f6043156838cd9041beba91025060 Mon Sep 17 00:00:00 2001
From: Andreas Cadhalpun <andreas.cadhal...@googlemail.com>
Date: Sat, 6 Sep 2014 12:06:39 +0200
Subject: [PATCH] fix two spelling errors

---
 doc/filters.texi     | 2 +-
 libavformat/mpegts.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 627f112..b3eba7c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4087,7 +4087,7 @@ First argument is expression to be evaluated, same as for @var{expr} function.
 Second argument specifies output format. Allowed values are 'x', 'X', 'd' and
 'u', they are treated exactly as in printf function.
 Third parameter is optional and sets the number of positions taken by output.
-Effectively this allows to add padding with zeros from the left.
+Effectively this allows one to add padding with zeros from the left.
 
 @item gmtime
 The time at which the filter is running, expressed in UTC.
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 20a2d30..c7e8bb5 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -156,7 +156,7 @@ struct MpegTSContext {
 };
 
 #define MPEGTS_OPTIONS \
-    { "resync_size",   "Size limit for looking up a new syncronization.", offsetof(MpegTSContext, resync_size), AV_OPT_TYPE_INT,  { .i64 =  MAX_RESYNC_SIZE}, 0, INT_MAX,  AV_OPT_FLAG_DECODING_PARAM }
+    { "resync_size",   "Size limit for looking up a new synchronization.", offsetof(MpegTSContext, resync_size), AV_OPT_TYPE_INT,  { .i64 =  MAX_RESYNC_SIZE}, 0, INT_MAX,  AV_OPT_FLAG_DECODING_PARAM }
 
 static const AVOption options[] = {
     MPEGTS_OPTIONS,
-- 
2.1.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to