khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

Replace 128 with a named constant #33

Closed robertyseward closed 9 years ago

robertyseward commented 9 years ago

Replace 128 (the ID3v1 tag length) with a named constant for clarity.