OSDN Git Service

Change some band size calculations in Bink decoder to use width in blocks
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 15 Jan 2011 13:29:14 +0000 (13:29 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 15 Jan 2011 13:29:14 +0000 (13:29 +0000)
commit03ec42aa1ce738761130335e6e6f5ef5d0d1eadf
treef5692863cd5bef42e2362b6146e595e2cc949e28
parentb0c8b8a69d37b55a03a600d753113f4314404080
Change some band size calculations in Bink decoder to use width in blocks
instead of real width, this fixes decoding of some Bink files with odd width.

Originally committed as revision 26364 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bink.c