mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
While "cc + 1 & 0xf" is technically correct because addition has higher precedence than bitwise AND in C, the intent of "(cc + 1) & 0xf" is not immediately obvious without recalling the precedence table. Add explicit parentheses to make the intended evaluation order clear and improve readability. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
91 KiB
91 KiB