diff options
author | Kyle Swanson <k@ylo.ph> | 2015-10-26 17:44:33 -0500 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-27 12:11:38 +0100 |
commit | 15d8b6512552b0831656e7ed3d45d6a4093a83b8 (patch) | |
tree | 792de787068a782744c62accca12976796183a00 | |
parent | 8199908fdf9b3797cceaea9d1e2fc09d02ef7309 (diff) | |
download | ffmpeg-15d8b6512552b0831656e7ed3d45d6a4093a83b8.tar.gz |
doc/filters.texi: ebur128 grammar fix
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1de6a2f951..2914e40415 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12958,7 +12958,7 @@ This mode requires a build with @code{libswresample}. Treat mono input files as "dual mono". If a mono file is intended for playback on a stereo system, its EBU R128 measurement will be perceptually incorrect. If set to @code{true}, this option will compensate for this effect. -Multi-channel input files are not effected by this option. +Multi-channel input files are not affected by this option. @item panlaw Set a specific pan law to be used for the measurement of dual mono files. |