removed excess brace after transcode defaults. #1102

This commit is contained in:
clinton-hall 2016-10-24 06:37:09 +10:30
commit 6b5943bc8f

View file

@ -665,7 +665,6 @@ def initialize(section=None):
'ACODEC3':None,'ACODEC3_ALLOW':[],'ABITRATE3':None, 'ACHANNELS3':None,
'SCODEC':'mov_text'
}
}
}
if DEFAULTS and DEFAULTS in transcode_defaults:
VEXTENSION = transcode_defaults[DEFAULTS]['VEXTENSION']