From bafe586dbd2a0177375286cd6c93ac357d06e4bc Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Wed, 28 Aug 2024 18:32:09 +0200
Subject: [PATCH] etc/skel/.config/mpv/mpv.conf: do not enable hwdec=auto by
 default

This was mainly useful on the imx8mq.
---
 etc/skel/.config/mpv/mpv.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/skel/.config/mpv/mpv.conf b/etc/skel/.config/mpv/mpv.conf
index ece430d..65e8565 100644
--- a/etc/skel/.config/mpv/mpv.conf
+++ b/etc/skel/.config/mpv/mpv.conf
@@ -1,5 +1,5 @@
-# Enable hardware video decoding on MNT Reform (remove if you experience problems)
-hwdec=auto
+# Enable hardware video decoding on MNT Reform imx8mq
+#hwdec=auto
 
 # Limit video resolution for content downloaded with youtube-dl/yt-dlp
 ytdl-format=bestvideo[height<=?1080]+bestaudio/best
-- 
GitLab