mirror of https://github.com/FFmpeg/FFmpeg.git
The mask `x && (1 << y)' is incorrect and always yields true. The correct form should be `x & (1 << y)'. CC: libav-stable@libav.org Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>pull/8/head
parent
80ac87c13d
commit
783e37f7ef
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue