Commit 0092bcdf authored by Stefano Sabatini's avatar Stefano Sabatini

lavc/avcodec.h: fix various typos in av_bitstream_filter_filter() docs

parent 5ceffb1b
...@@ -4705,10 +4705,10 @@ AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); ...@@ -4705,10 +4705,10 @@ AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
* If the return value is positive, an output buffer is allocated and * If the return value is positive, an output buffer is allocated and
* is availble in *poutbuf, and is distinct from the input buffer. * is availble in *poutbuf, and is distinct from the input buffer.
* *
* If the return value is 0, the output output buffer is not allocated * If the return value is 0, the output buffer is not allocated and
* and the output buffer should be considered identical to the input * should be considered identical to the input buffer, or in case
* buffer, or in case *poutbuf was set it points to the input buffer * *poutbuf was set it points to the input buffer (not necessarily to
* (not necessarily to its starting address). * its starting address).
*/ */
int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,
AVCodecContext *avctx, const char *args, AVCodecContext *avctx, const char *args,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment