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

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

am d6048672: am 9d2e0dae: Merge "Remove extraneous parentheses"

* commit 'd6048672':
  Remove extraneous parentheses
parents 16f9d58f d6048672
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;