Opus now passes basic tests.

This commit is contained in:
Rowan Lewis 2013-09-12 08:00:28 +10:00
parent 6f0261e5ff
commit be8325dfe5
2 changed files with 4 additions and 2 deletions

View file

@ -775,6 +775,9 @@ class ImageField(object):
else:
return None
if pic.data == '':
return None
return pic.data
def __set__(self, obj, val):

View file

@ -175,9 +175,8 @@ READ_ONLY_CORRECT_DICTS = {
'full.opus': {
'length': 1.0,
'bitrate': 64000,
'bitrate': 63216,
'format': 'Opus',
'samplerate': 48000,
'bitdepth': 0,
'channels': 1,
},