Browse code

Fix bistream typos

Found-by: wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/04/27 22:30:25
Showing 2 changed files
... ...
@@ -265,7 +265,7 @@ API changes, most recent first:
265 265
 
266 266
 2013-08-05 - 9547e3e / f824535 - lavc 55.22.100 / 55.13.0 - avcodec.h
267 267
   Deprecate the bitstream-related members from struct AVVDPAUContext.
268
-  The bitsream buffers no longer need to be explicitly freed.
268
+  The bitstream buffers no longer need to be explicitly freed.
269 269
 
270 270
 2013-08-05 - 3b805dc / 549294f - lavc 55.21.100 / 55.12.0 - avcodec.h
271 271
   Deprecate the CODEC_CAP_HWACCEL_VDPAU codec capability. Use CODEC_CAP_HWACCEL
... ...
@@ -986,7 +986,7 @@ It is possible to specify to which streams a given bitstream filter
986 986
 applies, by appending a stream specifier to the option separated by
987 987
 @code{/}. @var{spec} must be a stream specifier (see @ref{Format
988 988
 stream specifiers}).  If the stream specifier is not specified, the
989
-bitsream filters will be applied to all streams in the output.
989
+bitstream filters will be applied to all streams in the output.
990 990
 
991 991
 Several bitstream filters can be specified, separated by ",".
992 992