Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx

This commit is contained in:
Marc Rousavy 2021-07-08 16:56:35 +02:00 committed by GitHub
parent 6f10188037
commit cf96a6a9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,8 +157,8 @@ public Object callback(ImageProxy image, Object[] params) {
ImageProxy imageCopy = new ImageProxy(/* ... */);
uploaderQueue.runAsync(() -> {
WebRTC.uploadImage(imageCopy, serverURL);
imageCopy.close();
WebRTC.uploadImage(imageCopy, serverURL);
imageCopy.close();
});
return null;