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

Commit da33e82f 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 am: 900d2380

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

Change-Id: I80253ba7f9e371a7b40d1d1a15181aad56beac49
parents 8b7df187 900d2380
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;
                    }