return correct value from postprocessor

This commit is contained in:
Anthony Weems 2014-05-01 12:39:28 -05:00
parent 2cd5408951
commit 90e4b63d4c

View File

@ -517,6 +517,8 @@ class FFmpegConcatPP(FFmpegPostProcessor):
for path in files:
os.remove(encodeFilename(path))
return True, info
class FFmpegAudioFixPP(FFmpegPostProcessor):
def run(self, info):
filename = info['filepath']