Mercurial > libavcodec.hg
comparison x86/fdct_mmx.c @ 11232:7f75cd2bf32e libavcodec
Avoid negative shifts in build_table()
A shift by a negative amount has undefined behaviour. Even though
the result of this shift is never used, the shift itself could
cause an exception of some kind.
author | mru |
---|---|
date | Sun, 21 Feb 2010 15:11:57 +0000 |
parents | 7768bdfd4f7b |
children | 7be32921237f |
comparison
equal
deleted
inserted
replaced
11231:0fc1cdd984b7 | 11232:7f75cd2bf32e |
---|