larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

`ID3v2_Tag_get_frame` should take `frame_id` as `const char*`. #45

Closed sizeak closed 1 year ago

sizeak commented 1 year ago

This makes it easier to pass in string constants like static constexpr const char* kPrivateFrameType = "PRIV";.

larsbs commented 1 year ago

Fixed by https://github.com/larsbs/id3v2lib/pull/46