[FFmpeg-cvslog] doc: fix spelling errors

Andreas Cadhalpun git at videolan.org
Mon Dec 1 00:58:42 CET 2014


ffmpeg | branch: master | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Sun Nov 30 23:59:22 2014 +0100| [b28652599d78ed47d830af422756ee0dae55c735] | committer: Michael Niedermayer

doc: fix spelling errors

succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/codecs.texi        |    2 +-
 doc/formats.texi       |    2 +-
 doc/indevs.texi        |    2 +-
 doc/print_options.c    |    2 +-
 libavcodec/avcodec.h   |    2 +-
 libavcodec/vdpau.h     |    2 +-
 libavformat/avformat.h |    4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index 35068c7..f1f5c00 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -72,7 +72,7 @@ Force low delay.
 Place global headers in extradata instead of every keyframe.
 @item bitexact
 Only write platform-, build- and time-independent data. (except (I)DCT).
-This ensures that file and data checksums are reproducable and match between
+This ensures that file and data checksums are reproducible and match between
 platforms. Its primary use is for regression testing.
 @item aic
 Apply H263 advanced intra coding / mpeg4 ac prediction.
diff --git a/doc/formats.texi b/doc/formats.texi
index bca8924..4138709 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -57,7 +57,7 @@ Enable RTP MP4A-LATM payload.
 Reduce the latency introduced by optional buffering
 @item bitexact
 Only write platform-, build- and time-independent data.
-This ensures that file and data checksums are reproducable and match between
+This ensures that file and data checksums are reproducible and match between
 platforms. Its primary use is for regression testing.
 @end table
 
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 5d2a308..ad823ab 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -86,7 +86,7 @@ Select the AVFoundation default device of the corresponding type.
 
 @item none
 Do not record the corresponding media type.
-This is equivalent to specifiying an empty device name or index.
+This is equivalent to specifying an empty device name or index.
 
 @end table
 
diff --git a/doc/print_options.c b/doc/print_options.c
index b225e69..9fd66ca 100644
--- a/doc/print_options.c
+++ b/doc/print_options.c
@@ -26,7 +26,7 @@
 #include <string.h>
 #include <float.h>
 
-// print_options is build for the host, os_support.h isnt needed and is setup
+// print_options is build for the host, os_support.h isn't needed and is setup
 // for the target. without this build breaks on mingw
 #define AVFORMAT_OS_SUPPORT_H
 
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3323284..dabae1b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3115,7 +3115,7 @@ typedef struct AVCodecContext {
     uint8_t *dump_separator;
 
     /**
-     * ',' seperated list of allowed decoders.
+     * ',' separated list of allowed decoders.
      * If NULL then all are allowed
      * - encoding: unused
      * - decoding: set by user through AVOPtions (NO direct access)
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index d686ef4..1006779 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -157,7 +157,7 @@ void av_vdpau_hwaccel_set_render2(AVVDPAUContext *, AVVDPAU_Render2);
  * display preemption).
  *
  * @note get_format() must return AV_PIX_FMT_VDPAU if this function completes
- * succesfully.
+ * successfully.
  *
  * @param avctx decoding context whose get_format() callback is invoked
  * @param device VDPAU device handle to use for hardware acceleration
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3d99f37..2e54ed1 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1601,7 +1601,7 @@ typedef struct AVFormatContext {
     int format_probesize;
 
     /**
-     * ',' seperated list of allowed decoders.
+     * ',' separated list of allowed decoders.
      * If NULL then all are allowed
      * - encoding: unused
      * - decoding: set by user through AVOptions (NO direct access)
@@ -1609,7 +1609,7 @@ typedef struct AVFormatContext {
     char *codec_whitelist;
 
     /**
-     * ',' seperated list of allowed demuxers.
+     * ',' separated list of allowed demuxers.
      * If NULL then all are allowed
      * - encoding: unused
      * - decoding: set by user through AVOptions (NO direct access)



More information about the ffmpeg-cvslog mailing list