Commit Graph

1 Commits (cdf09805c042cc760397b08d9e7cf58fbf8f76a4)

Author SHA1 Message Date
Romain Vimont 6543964f12 Introduce frame source trait
There was a frame sink trait, implemented by components able to receive
AVFrames, but each frame source had to manually send frame to sinks.

In order to mutualise sink management, add a frame sink trait.
2 years ago