From ff540436c5badeffa2eb9ea8b303af5ead6943e9 Mon Sep 17 00:00:00 2001 From: Dave Rice Date: Tue, 24 Dec 2024 12:04:30 -0500 Subject: [PATCH] remove format filter after pixscope fixes https://github.com/bavc/qctools/issues/817 --- Source/GUI/filters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/GUI/filters.h b/Source/GUI/filters.h index c690a63d9..b810cafc4 100644 --- a/Source/GUI/filters.h +++ b/Source/GUI/filters.h @@ -870,8 +870,8 @@ const filter Filters[] = { Args_Type_None, 0, 0, 0, 0, nullptr }, }, { - "scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5},format=rgb24", - "il=l=d:c=d,scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5},format=rgb24", + "scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5}", + "il=l=d:c=d,scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5}", }, }, {