mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-20 06:50:16 +01:00
added final modifier for rs members
This commit is contained in:
parent
1cb1c7fe42
commit
d2312d7ee9
|
|
@ -46,9 +46,9 @@ public class DecoderThread extends Thread {
|
|||
final short[] audioBuffer;
|
||||
final int[] pixelBuffer;
|
||||
|
||||
RenderScript rs;
|
||||
Allocation rsDecoderAudioBuffer, rsDecoderPixelBuffer, rsDecoderValueBuffer;
|
||||
ScriptC_decoder rsDecoder;
|
||||
final RenderScript rs;
|
||||
final Allocation rsDecoderAudioBuffer, rsDecoderPixelBuffer, rsDecoderValueBuffer;
|
||||
final ScriptC_decoder rsDecoder;
|
||||
|
||||
public DecoderThread(Context context, SurfaceHolder holder) {
|
||||
this.holder = holder;
|
||||
|
|
|
|||
Loading…
Reference in a new issue