mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-19 21:21:01 +00:00
Refactor test pattern input
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user