FFmpeg extension: Correctly pad input buffers
FFmpeg requires input buffers to be sized larger than the size of the data they contain. This is to allow optimized decoder implementations that read data in fixed size chunks, without the risk of such decoders reading beyond the end of the buffer. Issue: #2159 PiperOrigin-RevId: 310946866
Showing
with
191 additions
and
23 deletions
Please
register
or
sign in
to comment