scrub: Added MP4 support to scrub plugin

--HG--
branch : scrub-add-mp4
This commit is contained in:
Yevgeny Bezman 2013-12-22 22:04:47 +02:00
parent c57f2d0b78
commit 7310f0a371

View file

@ -30,6 +30,7 @@ _MUTAGEN_FORMATS = {
'flac': 'FLAC',
'id3': 'ID3FileType',
'mp3': 'MP3',
'mp4': 'MP4',
'oggflac': 'OggFLAC',
'oggspeex': 'OggSpeex',
'oggtheora': 'OggTheora',