Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b8969c9 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

Remove extraneous parentheses



Remove extraneous parentheses that cause compiler warnings in clang

Change-Id: I88a3d84738433db85e4a04b673f82da7b0b1be10
Signed-off-by: default avatarBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
parent de14fae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream)
    Int ind;
    Int length;

    if ((intra == 0))
    if (intra == 0)
        cbpy = 15 - cbpy;

    ind = cbpy;