summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-25 18:31:59 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-25 18:31:59 +0900
commit6e4abfb01753e5a695f0c0592795d6733ee51ac6 (patch)
tree082688793aca814c4780ce46d60b37959bb72449
parent62195c174a390f4184e1bcb84afd1298e143334c (diff)
downloadmpv-6e4abfb01753e5a695f0c0592795d6733ee51ac6.tar.bz2
mpv-6e4abfb01753e5a695f0c0592795d6733ee51ac6.tar.xz
Fix typo in RELEASE_NOTES
-rw-r--r--RELEASE_NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 3d6c04689c..7695567dd4 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -85,7 +85,7 @@ New features
- `vo_opengl` features:
- Added `ewa_ginseng`, `ewa_hanning`, `robidoux`, `robidouxsharp`,
`oversample` and `haasnsoft` scalers.
- - There are now `ewa_lanczonsoft` and `ewa_lanczossharp` aliases to
+ - There are now `ewa_lanczossoft` and `ewa_lanczossharp` aliases to
`ewa_lanczos` that are tuned to be blurrier and sharper, respectively.
- Added `gamma-auto` option that uses ambient light sensors to automatically
adjust the video gamma. See commit c028d78 for details.