Changeset 4f2954e2 in ffmpeg

Timestamp:
Apr 27, 2011, 2:41:59 PM (14 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
4f0b8059
Parents:
5eef4afb
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/26/11 09:37:36)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (04/27/11 14:41:59)
Message:

smacker: remove unnecessary call to avctx->release_buffer in decode_frame()

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.