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

Commit 6b115451 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 98c531dc: am 9b0c6bee: Merge "Fix a compiling error when trying to use setBufferCount"

* commit '98c531dca9e52af280ca002658bbe38775b3f6ae':
  Fix a compiling error when trying to use setBufferCount
parents 526587bb 8fdbdf46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ struct SurfaceTexture {
    void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
    void setSynchronousMode(bool) {}
    GLenum getCurrentTextureTarget() const { return 0; }
    void setBufferCount(int bufferCount) {}
};

static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)