]> git.sesse.net Git - ffmpeg/commit
simple_idct_template: Fix strict aliasing violation
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 8 May 2016 18:55:40 +0000 (21:55 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 10 May 2016 06:41:07 +0000 (09:41 +0300)
commit283226e11ccf50a71d25d150fbbf1743f74c6c49
treed03f77a0fb7aa3eb1fcc099cd626de6ea714e189
parente9443105ea4e8bc1d826ddceeba2816488c6ce92
simple_idct_template: Fix strict aliasing violation

This fixes fate-wmv8-intrax8 in certain configurations, e.g.
gcc 4.4.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/simple_idct_template.c