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

Commit d6048672 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Android Git Automerger
Browse files

am 9d2e0dae: Merge "Remove extraneous parentheses"

* commit '9d2e0dae':
  Remove extraneous parentheses
parents cd370c79 9d2e0dae
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;