ffmpeg: fix typos
Fixes Homebrew/homebrew#15800. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9831c2fab4
commit
bbe7b08c5f
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ class Ffmpeg < Formula
|
||||||
option "with-opencore-amr", "Enable AMR audio format"
|
option "with-opencore-amr", "Enable AMR audio format"
|
||||||
option "with-libvo-aacenc", "Enable VisualOn AAC encoder"
|
option "with-libvo-aacenc", "Enable VisualOn AAC encoder"
|
||||||
option "with-libass", "Enable ASS/SSA subtitle format"
|
option "with-libass", "Enable ASS/SSA subtitle format"
|
||||||
option "with-openjpeg", 'Enable JPEG 200 image format'
|
option "with-openjpeg", 'Enable JPEG 2000 image format'
|
||||||
option 'with-shroedinger', 'Enable Dirac video format'
|
option 'with-schroedinger', 'Enable Dirac video format'
|
||||||
option 'with-ffplay', 'Enable FFPlay media player'
|
option 'with-ffplay', 'Enable FFPlay media player'
|
||||||
option 'with-tools', 'Enable additional FFmpeg tools'
|
option 'with-tools', 'Enable additional FFmpeg tools'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue