view libavcodec.v @ 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 e80dfe0c441b
children
line wrap: on
line source

LIBAVCODEC_$MAJOR {
        global: *;
};