mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 18:00:41 +00:00
Update wave_info_reader.py
Removed redundant "ISFT" fourcc
This commit is contained in:
@@ -43,8 +43,6 @@ class WavInfoChunkReader:
|
|||||||
self.tape = self._get_field(f, b'TAPE')
|
self.tape = self._get_field(f, b'TAPE')
|
||||||
#: 'IARL' Archival Location
|
#: 'IARL' Archival Location
|
||||||
self.archival_location = self._get_field(f, b'IARL')
|
self.archival_location = self._get_field(f, b'IARL')
|
||||||
#: 'ISFT' Software
|
|
||||||
self.software = self._get_field(f, b'ISFT')
|
|
||||||
#: 'ICSM' Commissioned
|
#: 'ICSM' Commissioned
|
||||||
self.commissioned = self._get_field(f, b'ICMS')
|
self.commissioned = self._get_field(f, b'ICMS')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user