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

Commit 0c0abd4a authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Notify the client about an initial size of (0, 0) instead of (320, 240)." into jb-dev

parents 8b71241c 0b7c9a32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ status_t NuPlayerDriver::setVideoSurfaceTexture(
}

status_t NuPlayerDriver::prepare() {
    sendEvent(MEDIA_SET_VIDEO_SIZE, 320, 240);
    sendEvent(MEDIA_SET_VIDEO_SIZE, 0, 0);
    return OK;
}