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

Commit 38550860 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CCodec: do not update frame size with buffer dimensions" into sc-dev...

Merge "CCodec: do not update frame size with buffer dimensions" into sc-dev am: 900d2380 am: da33e82f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/15522252

Change-Id: I3ce3053af534e049386a236fc7a6681b35fa05d7
parents 194fff3d da33e82f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2262,8 +2262,6 @@ void CCodec::onMessageReceived(const sp<AMessage> &msg) {
                            const C2ConstGraphicBlock &block = blocks[0];
                            updates.emplace_back(new C2StreamCropRectInfo::output(
                                    stream, block.crop()));
                            updates.emplace_back(new C2StreamPictureSizeInfo::output(
                                    stream, block.crop().width, block.crop().height));
                        }
                        ++stream;
                    }