Changeset 3b4621ac in ffmpeg

Timestamp:
May 2, 2011, 4:57:51 PM (14 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
fba418e6
Parents:
884f678c
git-author:
Alexandre Colucci <alexandre@elgato.com> (05/02/11 16:55:02)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (05/02/11 16:57:51)
Message:

Fix init_get_bits length argument for init_get_bits.

Do not use rlelen for buffer size in init_get_bits, it is
only the size of the data for the first field.
Since it is not reliable, just use the size of the whole buffer.
Additional comments add removal of unused rlelen variable by
Reimar Döffinger.

(No files)

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