mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c7269e3a26
commit
8263726c69
@ -3919,7 +3919,7 @@ int av_parser_parse2(AVCodecParserContext *s,
|
||||
|
||||
/**
|
||||
* @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed
|
||||
* @deprecated use AVBitstreamFilter
|
||||
* @deprecated use AVBitStreamFilter
|
||||
*/
|
||||
int av_parser_change(AVCodecParserContext *s,
|
||||
AVCodecContext *avctx,
|
||||
|
Loading…
Reference in New Issue
Block a user