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

@ -666,7 +666,6 @@ def initialize(section=None):
'SCODEC':'mov_text' 'SCODEC':'mov_text'
} }
} }
}
if DEFAULTS and DEFAULTS in transcode_defaults: if DEFAULTS and DEFAULTS in transcode_defaults:
VEXTENSION = transcode_defaults[DEFAULTS]['VEXTENSION'] VEXTENSION = transcode_defaults[DEFAULTS]['VEXTENSION']
VCODEC = transcode_defaults[DEFAULTS]['VCODEC'] VCODEC = transcode_defaults[DEFAULTS]['VCODEC']