mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-04 02:56:24 +00:00
parser: mark av_parser_parse() for removal on next major bump
Fixes build with the bump, since the prototype is already marked for removal.
This commit is contained in:
parent
6f3d3eacf6
commit
9073ca6c6e
@ -105,6 +105,7 @@ void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if LIBAVCODEC_VERSION_MINOR < 53
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param buf input
|
* @param buf input
|
||||||
@ -139,6 +140,7 @@ int av_parser_parse(AVCodecParserContext *s,
|
|||||||
{
|
{
|
||||||
return av_parser_parse2(s, avctx, poutbuf, poutbuf_size, buf, buf_size, pts, dts, AV_NOPTS_VALUE);
|
return av_parser_parse2(s, avctx, poutbuf, poutbuf_size, buf, buf_size, pts, dts, AV_NOPTS_VALUE);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int av_parser_parse2(AVCodecParserContext *s,
|
int av_parser_parse2(AVCodecParserContext *s,
|
||||||
AVCodecContext *avctx,
|
AVCodecContext *avctx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user