summaryrefslogtreecommitdiffstats
path: root/DOCS/mplayer-changes.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:13:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:13:14 +0000
commit60e8a3d404f0640fa5a3f834eae54b4f1fb9127d (patch)
tree1da89a218d0ecf010c67a87cb2f625c4cb18e7d7 /DOCS/mplayer-changes.rst
parentAdding upstream version 0.37.0. (diff)
downloadmpv-upstream.tar.xz
mpv-upstream.zip
Adding upstream version 0.38.0.upstream/0.38.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'DOCS/mplayer-changes.rst')
-rw-r--r--DOCS/mplayer-changes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst
index 6ecb1d0..35bf501 100644
--- a/DOCS/mplayer-changes.rst
+++ b/DOCS/mplayer-changes.rst
@@ -135,10 +135,10 @@ Miscellaneous
* Support for precise scrolling which scales the parameter of commands. If the
input doesn't support precise scrolling the scale factor stays 1.
* Allow changing/adjusting video filters at runtime. (This is also used to make
- the ``D`` key insert vf_yadif if deinterlacing is not supported otherwise).
+ the ``D`` key insert vf_bwdif if deinterlacing is not supported otherwise).
* Improved support for .cue files.
-Mac OS X
+macOS
~~~~~~~~
* Native OpenGL backend.
@@ -177,7 +177,7 @@ Internal changes
* General code cleanups (including refactoring or rewrites of many parts).
* New build system.
* Many bug fixes and removal of long-standing issues.
-* Generally preferring FFmpeg/Libav over internal demuxers, decoders, and
+* Generally preferring FFmpeg over internal demuxers, decoders, and
filters.
Detailed Listing of User-visible Changes