Skip to content

Commit

Permalink
Fixed code comment (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
reutsharabani authored and bramp committed Apr 29, 2018
1 parent 5cdeedb commit 2cb681b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ FFmpegExecutor executor = new FFmpegExecutor(ffmpeg, ffprobe);
// Run a one-pass encode
executor.createJob(builder).run();

// Or run a two-pass encode (which is slower at the cost of better quality)
// Or run a two-pass encode (which is better quality at the cost of being slower)
executor.createTwoPassJob(builder).run();
```

Expand Down

0 comments on commit 2cb681b

Please # to comment.