mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: use the buffer_size_t typedef where required
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
42e68fe015
commit
d8a18c8fc2
29 changed files with 41 additions and 36 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "libavutil/avassert.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/internal.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/pixdesc.h"
|
||||
|
||||
|
|
@ -2234,7 +2235,7 @@ static void vaapi_encode_free_output_buffer(void *opaque,
|
|||
}
|
||||
|
||||
static AVBufferRef *vaapi_encode_alloc_output_buffer(void *opaque,
|
||||
int size)
|
||||
buffer_size_t size)
|
||||
{
|
||||
AVCodecContext *avctx = opaque;
|
||||
VAAPIEncodeContext *ctx = avctx->priv_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue