Changeset 40d62960 in ffmpeg

Timestamp:
Dec 8, 2011, 5:31:32 PM (13 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
f7da1235
Parents:
59d3656f
git-author:
Michael Niedermayer <michaelni@gmx.at> (12/08/11 12:43:01)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (12/08/11 17:31:32)
Message:

escape130: The minimum read in and after decode_skip_count() is 4 bits.
Thus we can check for 4 being available.
If the next block is skiped we need 4 bits to encode the skip. If the
next block is not skiped then we need 1 bit for the skip code and
at least 3 bits for the block.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

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