]> granicus.if.org Git - taglib/commit
Allow the second byte of MPEG header to contain 0xFF
authorJingmin Wei <weijingmin.cn@gmail.com>
Mon, 15 Apr 2013 07:46:08 +0000 (09:46 +0200)
committerLukáš Lalinský <lalinsky@gmail.com>
Mon, 15 Apr 2013 07:46:08 +0000 (09:46 +0200)
commit4a85e1e1ca4af7c4453b59b2985702df96660f42
tree15be99d15ec8ef646c07bc6cf2e3f3d66977262f
parent94efe5c1872bae8d92fe5765d84cb4f8b4b92a6e
Allow the second byte of MPEG header to contain 0xFF

0xFF in the second byte means MPEG Version 1, Layer I, no CRC protection.

http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html
taglib/mpeg/mpegfile.cpp