summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qml/main.qml
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-23 17:09:25 +0100
committerwm4 <wm4@nowhere>2015-01-23 17:41:50 +0100
commit17e1e9f48674b247b59810639ebe2a27b20fdee9 (patch)
tree2653fd577fecd36a546d1ee4881f6853bba2f984 /DOCS/client_api_examples/qml/main.qml
parent9681d42a9427c8860f1a768a289de3679a9cd9e8 (diff)
downloadmpv-17e1e9f48674b247b59810639ebe2a27b20fdee9.tar.bz2
mpv-17e1e9f48674b247b59810639ebe2a27b20fdee9.tar.xz
manpage: minor changes
Mostly related to vo_opengl. Fix the opengl lscale option in the qml example too.
Diffstat (limited to 'DOCS/client_api_examples/qml/main.qml')
-rw-r--r--DOCS/client_api_examples/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/client_api_examples/qml/main.qml b/DOCS/client_api_examples/qml/main.qml
index 672f8680b1..75aafe4da6 100644
--- a/DOCS/client_api_examples/qml/main.qml
+++ b/DOCS/client_api_examples/qml/main.qml
@@ -50,7 +50,7 @@ Item {
text: "Make video look like on a Smart TV"
onClicked: {
if (checkbox.checked) {
- renderer.command(["vo_cmdline", "lscale=sharpen3:lparam1=5.0"])
+ renderer.command(["vo_cmdline", "scale=sharpen3:scale-param1=5.0"])
} else {
renderer.command(["vo_cmdline", ""])
}