diff options
Diffstat (limited to '.config/mpv/script-opts/thumbfast.conf')
| -rw-r--r-- | .config/mpv/script-opts/thumbfast.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/mpv/script-opts/thumbfast.conf b/.config/mpv/script-opts/thumbfast.conf new file mode 100644 index 0000000..2284440 --- /dev/null +++ b/.config/mpv/script-opts/thumbfast.conf @@ -0,0 +1,8 @@ +# Apply tone-mapping, no to disable +tone_mapping=auto + +# Enable on network playback +network=yes + +# Enable hardware decoding +hwdec=yes |