Intel C compiler warns on this assignment in this if(), probably
authorDiego Pettenò <flameeyes@gmail.com>
Thu, 2 Oct 2008 19:20:11 +0000 (19:20 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 2 Oct 2008 19:20:11 +0000 (19:20 +0000)
commit2d5174fc46de0cc6452290b901e0a68b729a6704
tree026e10d90353d05294f1d10ba94eafc59d72b432
parentd3b9e7f19b88e02cd0625167cd1c303f23502604
Intel C compiler warns on this assignment in this if(), probably
because it's being assigned as a constant. To avoid a spurious warning,
split it into two instructions, which should also make it more logical
once the FIXME is resolved.
patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%

Originally committed as revision 15525 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/wmaenc.c