aic: use chroma scan tables while decoding luma component in progressive mode
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 3 Jul 2013 18:46:28 +0000 (20:46 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 4 Jul 2013 10:09:45 +0000 (12:09 +0200)
commit410066986f443112ed88f501e987b6ca51ed7bd4
tree110d6f2bcee6724e42b3199d5c7ab680b1e03f5b
parent95a57d26d8653d21f0dab1aff3558ee944853dbf
aic: use chroma scan tables while decoding luma component in progressive mode

For some unclear reason Apple decided to use the same scan tables for luma and
chroma in the progressive mode while using different ones for luma in the
interlaced mode.
libavcodec/aic.c