Changeset ff558d7b in ffmpeg

Timestamp:
Apr 26, 2011, 8:41:33 AM (14 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
ad0193bf
Parents:
3788a3c0
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/25/11 18:26:15)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/26/11 08:41:33)
Message:

bfi: store palette data in the context

Store palette data in the codec context, do not assume that the frame
allocated the first time by avctx->get_buffer will be returned again.

This requires to store the palette which comes with the first frame in
the context, and copy it to the following frames.

Fix trac issue #84.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>

(No files)

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