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

Commit 3fa1d013 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am d7b5f3da: Merge "Fix hang" into klp-dev

* commit 'd7b5f3da':
  Fix hang
parents 6934e994 d7b5f3da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ status_t JMediaCodec::configure(
        int flags) {
    sp<Surface> client;
    if (bufferProducer != NULL) {
        mSurfaceTextureClient = new Surface(bufferProducer);
        mSurfaceTextureClient = new Surface(bufferProducer, true /* controlledByApp */);
    } else {
        mSurfaceTextureClient.clear();
    }