From ca3c085865cb2607a33da3ab8acd02ca211f92fa Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 24 Apr 2022 21:25:49 -0400 Subject: [PATCH] cleanup of leftover -rpi option --- uxplay.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/uxplay.cpp b/uxplay.cpp index aecf68c..476c8a3 100644 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -604,13 +604,6 @@ int main (int argc, char *argv[]) { video_converter = "v4l2convert"; videosink.erase(); videosink = "waylandsink"; - } else if (arg == "-rpi" ) { - video_decoder.erase(); - video_decoder = "v4l2h264dec"; - video_converter.erase(); - video_converter = "v4l2convert"; - videosink.erase(); - videosink = "kmssink"; } else if (arg == "-fs" ) { fullscreen = true; } else if (arg == "-FPSdata") {