We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81efbfa commit dbd511dCopy full SHA for dbd511d
src/hwaccel.rs
@@ -93,7 +93,7 @@ impl HardwareAccelerationDeviceType {
93
// FIXME: Find a way to handle the new variants in ffmpeg 7 without breaking backwards
94
// compatibility...
95
#[allow(unreachable_patterns)]
96
- _ => None
+ _ => None,
97
}
98
99
0 commit comments