mirror of https://github.com/FFmpeg/FFmpeg.git
The release_buffer was cleaning the provided frame, thus causing the successive call to avctx->reget_buffer() to allocate a new frame. In case the returned frame was not the same one previously returned but a new one with different data, it resulted in artifacts. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>pull/2/head
parent
5eef4afb9a
commit
4f2954e232