ralfbiedert / openh264-rs

Idiomatic Rust wrappers around OpenH264.
66 stars 32 forks source link

feat(encoder): allow writing using std::io::Write #38

Closed sdwoodbury closed 11 months ago

sdwoodbury commented 11 months ago

It would be nice to be able to write to something that implements std::io::Write. This PR does just that.

ralfbiedert commented 11 months ago

Thanks!