decode: Use abs() instead of labs()
Both inputs and the assigned variable here are int, so there's no need to use labs() which uses long (which varies in size among supported platforms).
Please register or sign in to comment
Both inputs and the assigned variable here are int, so there's no need to use labs() which uses long (which varies in size among supported platforms).
VideoLAN code repository instance