mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 21:34:01 +08:00
lavc: Consistently prefix input buffer defines
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
@@ -263,7 +263,7 @@ static int cdxl_decode_frame(AVCodecContext *avctx, void *data,
|
||||
|
||||
if (encoding) {
|
||||
av_fast_padded_malloc(&c->new_video, &c->new_video_size,
|
||||
h * w + FF_INPUT_BUFFER_PADDING_SIZE);
|
||||
h * w + AV_INPUT_BUFFER_PADDING_SIZE);
|
||||
if (!c->new_video)
|
||||
return AVERROR(ENOMEM);
|
||||
if (c->bpp == 8)
|
||||
|
||||
Reference in New Issue
Block a user