mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-21 06:03:41 +00:00
added final modifier for rs members
This commit is contained in:
parent
1cb1c7fe42
commit
d2312d7ee9
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue