Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
authorRobert Swain <robert.swain@gmail.com>
Sat, 13 Sep 2008 20:22:31 +0000 (20:22 +0000)
committerRobert Swain <robert.swain@gmail.com>
Sat, 13 Sep 2008 20:22:31 +0000 (20:22 +0000)
commit408992bae211c09e7460b4738134a569bd93c58a
treeedeeb0bf6f25f2a74e9ed8ab6608bac24a95fdf0
parentab5ce4aeae7581e1de6cc8b331f0332627d39e09
Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
Splitting the assignment onto two lines should resolve the order issue.

Originally committed as revision 15313 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c