OSDN Git Service

Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 26 Feb 2008 15:32:34 +0000 (15:32 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 26 Feb 2008 15:32:34 +0000 (15:32 +0000)
commit92ac614f85c7f3d10dbc1843942cd64c52e1928b
tree993de9d36c61bed647ab4b00f4c95fb4944ed0c5
parente6d7ef648c3e0a97870fe44948a68fe17afb7860
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
code is exactly the same just uses different variables.

Originally committed as revision 12235 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/faandct.c