Changeset 29f427c2 in ffmpeg

Timestamp:
Jun 15, 2014, 3:43:47 PM (10 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
153b5fb2
Parents:
eb6f6f25
git-author:
Christophe Gisquet <christophe.gisquet@gmail.com> (06/15/14 13:13:16)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (06/15/14 15:43:47)
Message:

huffyuvdec: remove somewhat deprecated code

The old code was reserving the 0xFFFF entry to represent an inexisting
entry/codeword. These entries are now detected through their length
being <= 0. As this entry is often used for the residuals (-1,-1), which
should be among the most frequent, it is particularly important to not
reserve it.

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

(No files)

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