diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-12 12:38:59 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-18 14:46:28 +0200 |
commit | cdf7619705611983724e98dee2c5659449fd0e30 (patch) | |
tree | 5a468b2448f5cce55883cadbc73c8f2d036e6856 /compat/os2threads.h | |
parent | 62073cfa97d1b7f964b74130ddc92de8f9087d1f (diff) | |
download | ffmpeg-cdf7619705611983724e98dee2c5659449fd0e30.tar.gz |
avcodec/asvdec: Avoid reversing input data twice
Up until now the ASV2 decoder used an ordinary big-endian bitreader to
read data actually destined for a little-endian bitreader; this is done
by reversing the whole input packet bitwise, using the big-endian
bigreader and reversing (and shifting) the result again. This commit
stops this and instead uses a little-endian bitreader directly.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'compat/os2threads.h')
0 files changed, 0 insertions, 0 deletions