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

Commit 9331d024 authored by Andrew Lewis's avatar Andrew Lewis
Browse files

Remove excessive logging in C2 VPX encoder

Bug: 312548973
Change-Id: I858a1a2fbf23dc72f24e3434106e70c257540846
parent 1087ad91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -964,7 +964,7 @@ void C2SoftVpxEnc::process(
            memcpy(wView.data(), encoded_packet->data.frame.buf, encoded_packet->data.frame.sz);
            ++mNumInputFrames;

            ALOGD("bytes generated %zu", encoded_packet->data.frame.sz);
            ALOGV("bytes generated %zu", encoded_packet->data.frame.sz);
            uint32_t flags = 0;
            if (eos) {
                flags |= C2FrameData::FLAG_END_OF_STREAM;