clean up unnecessary return.

This commit is contained in:
Chad Bergeron
2016-02-02 16:24:24 -05:00
parent 0da064fe97
commit 8ff28da4fc

View File

@@ -337,7 +337,6 @@ class EncodeTask(ctask.GstPipelineTask):
if self._length == common.SAMPLES_PER_FRAME:
self.warning('only one frame of audio, setting peak to 0.0')
self.peak = 0.0
return
class TagReadTask(ctask.GstPipelineTask):
"""