doc: fix spelling errors

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/100/head
Andreas Cadhalpun 10 years ago committed by Michael Niedermayer
parent 8653419e9d
commit b28652599d
  1. 2
      doc/codecs.texi
  2. 2
      doc/formats.texi
  3. 2
      doc/indevs.texi
  4. 2
      doc/print_options.c
  5. 2
      libavcodec/avcodec.h
  6. 2
      libavcodec/vdpau.h
  7. 4
      libavformat/avformat.h

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

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

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

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

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

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

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

Loading…
Cancel
Save