indeo4: reuse context block VLC for band instead of defaulting
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 25 May 2013 10:35:12 +0000 (12:35 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 28 May 2013 12:10:58 +0000 (14:10 +0200)
commit2cf5d291104d38771407441193bc1fd931aa9984
treea6200c93d6620670b50b69e5def5da7b0d9982e4
parent6647aa0426e73839b9b1d1c9d86188f469167531
indeo4: reuse context block VLC for band instead of defaulting

Currently if no custom block VLC is specified for band, a default block VLC
will be used, while the global block VLC stored in the context should be used
instead.

This fixes decoding of one sample I have.
libavcodec/indeo4.c