summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2017-12-30 21:44:56 +0300
committerGitHub <noreply@github.com>2017-12-30 21:44:56 +0300
commit8334d54cc290dbc27e6a8652f754c018bd3b9f54 (patch)
treea04c77b18a2cfb2a12736411d04c08a112ae0100
parentf177ec68516b40f423cf8b38f3229d34bacba7ec (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f689ec5..d7c15f8 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,10 @@ VO: [vdpau] 1280x720 vdpau[yuv420p]
```
If you don't see anything related to VDPAU, it means that it doesn't work for some reason. Check that `/usr/lib/vdpau/libvdpau_tegra.so.1` exists, note that `VDPAU_DRIVER_PATH` must point to the directory containing the shared library, not the library file.
+# Resolving issues
+
+Debug messages could be enabled using these environment variables: `VDPAU_TRACE=1` `VDPAU_TEGRA_DEBUG=1`.
+
# Todo:
* ~~Accelerated output to overlay~~