Skip to content
Snippets Groups Projects
Commit ef312b8f authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Fix bistream typos


Found-by: wm4
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 3a5ca79b
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ API changes, most recent first: ...@@ -265,7 +265,7 @@ API changes, most recent first:
2013-08-05 - 9547e3e / f824535 - lavc 55.22.100 / 55.13.0 - avcodec.h 2013-08-05 - 9547e3e / f824535 - lavc 55.22.100 / 55.13.0 - avcodec.h
Deprecate the bitstream-related members from struct AVVDPAUContext. Deprecate the bitstream-related members from struct AVVDPAUContext.
The bitsream buffers no longer need to be explicitly freed. The bitstream buffers no longer need to be explicitly freed.
2013-08-05 - 3b805dc / 549294f - lavc 55.21.100 / 55.12.0 - avcodec.h 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 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,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 applies, by appending a stream specifier to the option separated by
@code{/}. @var{spec} must be a stream specifier (see @ref{Format @code{/}. @var{spec} must be a stream specifier (see @ref{Format
stream specifiers}). If the stream specifier is not specified, the stream specifiers}). If the stream specifier is not specified, the
bitsream filters will be applied to all streams in the output. bitstream filters will be applied to all streams in the output.
Several bitstream filters can be specified, separated by ",". Several bitstream filters can be specified, separated by ",".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment