Hello,
On Fri, Jan 18, 2008 at 05:08:35AM +0100, Michael Niedermayer wrote:
> why not
>
> if(!(&enc_multbl)[1][0][-1]){
Shouldn't
if(!(&enc_multbl + 1)[0][-1]){
do the same? It seems a lot more readable to me, though YMMV...
Greetings,
Reimar D?ffinger