summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-27 15:21:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-27 15:21:48 +0200
commit3a5ca79b0c2c367a5d30b7040dea65183852ae53 (patch)
treec4784404df67715fbc19afbebf9d4a2f52665e99 /doc
parent9341e9497b1162726f09c1ff73edc95364b3c21a (diff)
fix bistream typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges2
-rw-r--r--doc/muxers.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 880e1d325f..9042bf15a2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -265,7 +265,7 @@ API changes, most recent first:
2013-08-05 - 9547e3e / f824535 - lavc 55.22.100 / 55.13.0 - avcodec.h
Deprecate the bitstream-related members from struct AVVDPAUContext.
- The bistream buffers no longer need to be explicitly freed.
+ The bitsream buffers no longer need to be explicitly freed.
2013-08-05 - 3b805dc / 549294f - lavc 55.21.100 / 55.12.0 - avcodec.h
Deprecate the CODEC_CAP_HWACCEL_VDPAU codec capability. Use CODEC_CAP_HWACCEL
diff --git a/doc/muxers.texi b/doc/muxers.texi
index d9596ebcef..fa6956af6b 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -986,7 +986,7 @@ It is possible to specify to which streams a given bitstream filter
applies, by appending a stream specifier to the option separated by
@code{/}. @var{spec} must be a stream specifier (see @ref{Format
stream specifiers}). If the stream specifier is not specified, the
-bistream filters will be applied to all streams in the output.
+bitsream filters will be applied to all streams in the output.
Several bitstream filters can be specified, separated by ",".