-
-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: When the hardware/default decoder fails to initialize, fall …
…back to software. (#1933) * Android: When the hardware/default decoder fails to initialize, fall back to software. * Forgot to "cargo fmt --all", thank you CI * Android: Reduce unwraps in decoder setup to one unified place so that can be figured out later * Android: decoder.rs: cargo fmt --all * Add option to force software decoding * Android: Reduce use of unwrapping in decoder setup. Logging: errors should be more explicit * Settings: Move force_software_decoder above mediacodec_extra_options, Logging: cargo fmt --all * Revert logging changes made for Android decoder error messages * Android: Use match instead of if-let for decoder error handling
- Loading branch information
Showing
4 changed files
with
123 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters