From ce05413a87ee24e706bf3cc044bf7eec422d034a Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 2 Sep 2016 00:08:43 +0200 Subject: vo_opengl: remove pre/post/scale-shaders Deprecated in favor of user-shaders, which are functionally equivalent but superior. (Except in the case of scaler-shader, which has no direct replacement, but it turned out to be a very unpopular feature either way - most custom scalers don't fit into the mpv kernel infrastructure and are therefore implemented as user shaders either way) Signed-off-by: wm4 --- DOCS/interface-changes.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS/interface-changes.rst') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 9bfbdcf3b0..f2b8b19514 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -35,6 +35,8 @@ Interface changes - "idle" -> "idle-active" the old names are deprecated - remove deprecated "hwdec-active" and "hwdec-detected" properties + - remove "pre-shaders", "post-shaders" and "scale-shader": deprecated + in favor of "user-shaders" --- mpv 0.20.0 --- - add --image-display-duration option - this also means that image duration is not influenced by --mf-fps anymore in the general case (this is an -- cgit v1.2.3