Skip to content

Commit

Permalink
Merge pull request #4 from sheinbergon/stable-release
Browse files Browse the repository at this point in the history
Stable release
  • Loading branch information
sheinbergon authored Mar 22, 2018
2 parents 1acde2c + 188205b commit a59c8d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void supportedAudioOutputStreamEncoding() throws UnsupportedAudioFileExce
MediaInfoSupport.assertAACOutput(aac, input.getFormat(), AACEncodingProfile.AAC_LC);
} finally {
if (aac.exists()) {
// Files.delete(aac.toPath());
Files.delete(aac.toPath());
}
}
}
Expand Down

0 comments on commit a59c8d1

Please sign in to comment.