]> git.sesse.net Git - ffmpeg/commit
Quant changes only once per MB so move the corresponding scale factor assignment
authorMaxim Poliakovski <max_pole@gmx.de>
Thu, 10 Jun 2010 17:31:12 +0000 (17:31 +0000)
committerMaxim Poliakovski <max_pole@gmx.de>
Thu, 10 Jun 2010 17:31:12 +0000 (17:31 +0000)
commit79d46cbea6c30c11de8da9ca64ac293b773966e2
tree7055ce542c781075aa7e81e93efbc4a6d808b473
parentc1b85795cb03b5afb2368d11604bd28f17f5f697
Quant changes only once per MB so move the corresponding scale factor assignment
out of the block decoding loop. Indeo4 doesn't use any scale table but the quant
level itself as scale. Therefore access scale table only if its pointer != NULL.

Originally committed as revision 23569 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ivi_common.c