From a66b3ddb57ef1faeac2be87f1f649529ad55ccc9 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 23 Jun 2020 13:03:03 +0200 Subject: mpv: drop assumption about input format from webcam profile --- .config/mpv/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/mpv') diff --git a/.config/mpv/config b/.config/mpv/config index 8f390f4..9d8af04 100644 --- a/.config/mpv/config +++ b/.config/mpv/config @@ -82,7 +82,7 @@ osc=no profile=low-latency # video-sync=display-desync # needed or external audio will fail pulse-latency-hacks=yes -demuxer-lavf-o=input_format=mjpeg,video_size=848x480 +# demuxer-lavf-o=input_format=mjpeg,video_size=848x480 # framedrop=no # no-demuxer-thread opengl-glfinish=yes -- cgit 1.4.1