vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else
authorMåns Rullgård <mans@mansr.com>
Tue, 20 Jul 2010 17:54:25 +0000 (17:54 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 20 Jul 2010 17:54:25 +0000 (17:54 +0000)
commit070ce7efade489a1ba0b5ba4433116e3133fae46
tree4cc04dacb6e411fe5dfba645ae36e04c929febea
parent153da88dfb791b4c3afa3f32d50864515481565b
vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else

This is the correct solution to the warning "fixed" in the previous
commit.

Originally committed as revision 24367 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp8.c