Pass HW decoder choice to player
This commit is contained in:
parent
028fd83296
commit
e078fe05dd
6 changed files with 115 additions and 72 deletions
7
src/hardware.rs
Normal file
7
src/hardware.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
pub mod device_type;
|
||||
pub mod iter;
|
||||
|
||||
pub use device_type::DeviceType;
|
||||
pub use iter::SupportedDeviceIter;
|
||||
Loading…
Add table
Add a link
Reference in a new issue