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

Commit 9d2e0dae authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Remove extraneous parentheses"

parents de14fae7 0b8969c9
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;