Changeset 10aa5a6c in ffmpeg

Timestamp:
Apr 27, 2011, 9:50:38 AM (14 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
fd37eac4
Parents:
c2606259
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/26/11 09:59:22)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/27/11 09:50:38)
Message:

4xm: use reget_buffer() in decode_frame()

Also remove unnecessary call to avctx->release_buffer(). reget_buffer
is required since apparently the codec needs to be feeded with the
previous frame data.

Releasing the frame and using get_buffer was working only in the case
get_buffer() was returning the old frame data, and resulting in
playback artifacts otherwise.

Fix trac issue #85.

(No files)

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