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

Commit 5803197c 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: If9b13bf7b84a51d4a72b2b4ae6e494e8c860256a
parents eb58d0d0 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;
                    }