quodlibet / mutagen

Python module for handling audio metadata
https://mutagen.readthedocs.io
GNU General Public License v2.0
1.54k stars 158 forks source link

ac3: fix calls to nonexisting methods #621

Closed lazka closed 1 year ago

lazka commented 1 year ago

This would raise AttributeError when parsing the file. Fix the typo bit() -> bits()

lazka commented 1 year ago

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58140