summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2014-11-30 23:59:22 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-01 00:31:06 +0100
commitb28652599d78ed47d830af422756ee0dae55c735 (patch)
tree19751820e53616c6083fef2de2d9df87b4faef8a
parent8653419e9d16c9b1e4ecd4221543d919965258a1 (diff)
doc: fix spelling errors
succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/codecs.texi2
-rw-r--r--doc/formats.texi2
-rw-r--r--doc/indevs.texi2
-rw-r--r--doc/print_options.c2
-rw-r--r--libavcodec/avcodec.h2
-rw-r--r--libavcodec/vdpau.h2
-rw-r--r--libavformat/avformat.h4
7 files changed, 8 insertions, 8 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 35068c701c..f1f5c005f9 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 bca8924ebe..41387098b7 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 5d2a30818f..ad823abad4 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 b225e69dee..9fd66ca380 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 3323284810..dabae1b2bd 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 d686ef45da..100677902e 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 3d99f37476..2e54ed1f01 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)