mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
avcodec: use the buffer_size_t typedef where required
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -3303,7 +3303,7 @@ static int hevc_decode_frame(AVCodecContext *avctx, void *data, int *got_output,
|
||||
AVPacket *avpkt)
|
||||
{
|
||||
int ret;
|
||||
int new_extradata_size;
|
||||
buffer_size_t new_extradata_size;
|
||||
uint8_t *new_extradata;
|
||||
HEVCContext *s = avctx->priv_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user