handle invalid framerate, check for av-offset property

This commit is contained in:
jazzfool 2024-10-07 19:23:21 +11:00
parent cd978e34e5
commit b4fceafe1f
2 changed files with 18 additions and 2 deletions

View file

@ -71,4 +71,6 @@ pub enum Error {
Sync,
#[error("failed to lock internal sync primitive")]
Lock,
#[error("invalid framerate: {0}")]
Framerate(f64),
}