Remove vp9 RGB output mode-related code

PiperOrigin-RevId: 236805460
This commit is contained in:
andrewlewis 2019-03-05 09:16:39 +00:00 committed by Oliver Woodman
parent 36060e36cb
commit 034209c5a2

View file

@ -67,6 +67,7 @@ public final class VpxOutputBuffer extends OutputBuffer {
this.timeUs = timeUs;
this.mode = mode;
}
/**
* Resizes the buffer based on the given stride. Called via JNI after decoding completes.
*