doc: fix spelling errors

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Andreas Cadhalpun 2014-11-30 23:59:22 +01:00 committed by Michael Niedermayer
parent 8653419e9d
commit b28652599d
7 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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)