Commit 4c967895 by olly Committed by Andrew Lewis

[libvpx] permalaunch number of buffers.

PiperOrigin-RevId: 244094942
parent 92269ff7
......@@ -221,8 +221,8 @@ public class LibvpxVideoRenderer extends BaseRenderer {
disableLoopFilter,
/* enableRowMultiThreadMode= */ false,
getRuntime().availableProcessors(),
/* numInputBuffers= */ 8,
/* numOutputBuffers= */ 8);
/* numInputBuffers= */ 4,
/* numOutputBuffers= */ 4);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment