Refactor test pattern input

This commit is contained in:
2024-09-02 11:13:21 +01:00
parent 57e3eed69e
commit 65d8964632
13 changed files with 328 additions and 163 deletions

View File

@ -84,6 +84,8 @@ pub enum AVFrameSource {
Scaler(*mut AVStream),
/// Flush frame (empty)
Flush,
/// No context provided, dst_stream manually matched
None(usize),
}
#[derive(Debug, PartialEq)]