[FFmpeg-devel] [PATCH 1/4] avcodec/ac3_parser: use a padded buffer in av_ac3_parse_header()
James Almer
jamrial at gmail.com
Sun Jun 8 03:19:00 EEST 2025
On 6/5/2025 9:14 PM, James Almer wrote:
> The GetBitContext API requires the buffer to be padded, and the documentation for
> av_ac3_parse_header() does not specify it, so use a temporary local buffer.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavcodec/ac3_parser.c | 16 +++++++++++++---
> 1 file changed, 13 insertions(+), 3 deletions(-)
Will apply set.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250607/5da41683/attachment.sig>
More information about the ffmpeg-devel
mailing list