mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avutil/buffer: Switch AVBuffer API to size_t
Announced in 14040a1d91.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
985c0dac67
commit
ef6a9e5e31
66 changed files with 110 additions and 206 deletions
|
|
@ -2235,7 +2235,7 @@ static void vaapi_encode_free_output_buffer(void *opaque,
|
|||
}
|
||||
|
||||
static AVBufferRef *vaapi_encode_alloc_output_buffer(void *opaque,
|
||||
buffer_size_t size)
|
||||
size_t size)
|
||||
{
|
||||
AVCodecContext *avctx = opaque;
|
||||
VAAPIEncodeContext *ctx = avctx->priv_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue