a[b-1] -> (a-1)[b].
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Jan 2010 18:42:22 +0000 (18:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Jan 2010 18:42:22 +0000 (18:42 +0000)
commit449d1442a62dda3815cb322d67be740db8f20c1b
tree01dc8ce66ef849ec7989b768926714a2ce7047da
parent7abc860323cc92b81bdc1e7c83bc8f7144f3b45d
a[b-1] -> (a-1)[b].
Helps gcc not to add seperate -1 instructions.

Originally committed as revision 21432 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_cavlc.c