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

Commit 9b5d6263 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: d8c3416c am: b02f2ad5

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

Change-Id: I49e084904028030c7c957d009a9e242c3b8cb2a4
parents 04483aae b02f2ad5
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;
                    }