summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_anull.c
diff options
context:
space:
mode:
authorXi Wang <[email protected]>2013-01-17 01:24:15 -0500
committerLuca Barbato <[email protected]>2013-01-17 21:55:27 +0100
commit783e37f7ef3b3cdcfe7aa927a25b4184ae46cd53 (patch)
tree66e590568c4df8f831540cc3f02686a51d2ac109 /libavfilter/af_anull.c
parent80ac87c13dc8c6c063e26a464c5c542357c0583f (diff)
rv30: fix masking in rv30_loop_filter()
The mask `x && (1 << y)' is incorrect and always yields true. The correct form should be `x & (1 << y)'. CC: [email protected] Signed-off-by: Xi Wang <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
Diffstat (limited to 'libavfilter/af_anull.c')
0 files changed, 0 insertions, 0 deletions