pdeljanov / Symphonia

Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Mozilla Public License 2.0
2.42k stars 144 forks source link

chore: Update `bitflags` to 2.6.0 #292

Open Aaron1011 opened 4 months ago

Aaron1011 commented 4 months ago

Since the Channels bitflags struct is part of the public API, this is a breaking change.

I've removed the ChannelsIter and iter method in favor of the bitflags-provided iter method (which uses its own iterator type)