Signed-off-by: James Almer <[email protected]>
---
libavcodec/libx265.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
index 9e4711e50b..e42c7b4d85 100644
--- a/libavcodec/libx265.c
+++ b/libavcodec/libx265.c
@@ -400,6 +400,7 @@ static av_cold int libx265_encode_init(AVCodecContext
*avctx)
}
memcpy(avctx->extradata, nal[0].payload, avctx->extradata_size);
+ memset(avctx->extradata + avctx->extradata_size, 0,
AV_INPUT_BUFFER_PADDING_SIZE);
}
return 0;
--
2.24.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".