diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2014-11-30 23:59:22 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-01 00:31:06 +0100 |
commit | b28652599d78ed47d830af422756ee0dae55c735 (patch) | |
tree | 19751820e53616c6083fef2de2d9df87b4faef8a /doc | |
parent | 8653419e9d16c9b1e4ecd4221543d919965258a1 (diff) | |
download | ffmpeg-b28652599d78ed47d830af422756ee0dae55c735.tar.gz |
doc: fix spelling errors
succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/codecs.texi | 2 | ||||
-rw-r--r-- | doc/formats.texi | 2 | ||||
-rw-r--r-- | doc/indevs.texi | 2 | ||||
-rw-r--r-- | doc/print_options.c | 2 |
4 files changed, 4 insertions, 4 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 |