handle invalid framerate, check for av-offset property
This commit is contained in:
parent
cd978e34e5
commit
b4fceafe1f
2 changed files with 18 additions and 2 deletions
|
@ -71,4 +71,6 @@ pub enum Error {
|
|||
Sync,
|
||||
#[error("failed to lock internal sync primitive")]
|
||||
Lock,
|
||||
#[error("invalid framerate: {0}")]
|
||||
Framerate(f64),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue