Skip to content

Commit dbd511d

Browse files
committed
fmt fix
1 parent 81efbfa commit dbd511d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hwaccel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl HardwareAccelerationDeviceType {
9393
// FIXME: Find a way to handle the new variants in ffmpeg 7 without breaking backwards
9494
// compatibility...
9595
#[allow(unreachable_patterns)]
96-
_ => None
96+
_ => None,
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)