- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
16 lines
600 B
Java
16 lines
600 B
Java
package com.mbridge.msdk.playercommon.exoplayer2.text;
|
|
|
|
/* loaded from: classes4.dex */
|
|
final class SimpleSubtitleOutputBuffer extends SubtitleOutputBuffer {
|
|
private final SimpleSubtitleDecoder owner;
|
|
|
|
public SimpleSubtitleOutputBuffer(SimpleSubtitleDecoder simpleSubtitleDecoder) {
|
|
this.owner = simpleSubtitleDecoder;
|
|
}
|
|
|
|
@Override // com.mbridge.msdk.playercommon.exoplayer2.text.SubtitleOutputBuffer, com.mbridge.msdk.playercommon.exoplayer2.decoder.OutputBuffer
|
|
public final void release() {
|
|
this.owner.releaseOutputBuffer((SubtitleOutputBuffer) this);
|
|
}
|
|
}
|