webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

OggWriter doesn't seem to need Seek

Open Madoshakalaka opened this issue 11 months ago • 0 comments
trafficstars

I was trying to write an async adaptor and the Seek bound seems to make it impossible

https://github.com/webrtc-rs/webrtc/blob/1291594284f99706739e224913dc4bcd0c09a5e1/media/src/io/ogg_writer/mod.rs#L15

However, this bound seems totally unnecessary and unused. I removed all the Seek bounds and see no compile warnings.

Madoshakalaka avatar Dec 17 '24 06:12 Madoshakalaka