mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +00:00
Fix typo
PiperOrigin-RevId: 593061829
This commit is contained in:
parent
1845a4ae69
commit
ef7842dd88
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public final class DefaultDecoderFactory implements Codec.DecoderFactory {
|
|||
* @param codecName The {@linkplain MediaCodec#getName() name of the codec} that was
|
||||
* initialized.
|
||||
* @param codecInitializationExceptions The list of non-fatal errors that occurred before the
|
||||
* codec was initialization, which is empty if no errors occurred.
|
||||
* codec was successfully initialized, which is empty if no errors occurred.
|
||||
*/
|
||||
void onCodecInitialized(String codecName, List<ExportException> codecInitializationExceptions);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue