nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
196 stars 14 forks source link

Add brackets to some expressions with dubious operator precedence. #128

Closed Martin2112 closed 2 years ago

Martin2112 commented 2 years ago

Fix some warnings about mixing bitwise and logical operators.

nschlia commented 2 years ago

Yup, some extra brackets can be helpful.