[FFmpeg-devel] Array bug in aes.c

Reimar Döffinger Reimar.Doeffinger
Fri Jan 18 12:23:02 CET 2008


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




More information about the ffmpeg-devel mailing list