zmwangx / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
1.3k stars 203 forks source link

Implement Display for Id #150

Closed Hyxogen closed 1 year ago

Hyxogen commented 1 year ago

This change implements the std::fmt::Display trait for ffmpeg_next::codec:::id::Id

EDIT: Escape markdown emotes

Hyxogen commented 1 year ago

I just realised that Id has a name function. Will be making a new pull request using that