This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: sync-with-kernel.sh: don't filter V4L2_PIX_FMT_HEVC_SLICE
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Wed Oct 18 08:57:07 2023 +0200

The V4L2_PIX_FMT_HEVC_SLICE format was filtered when generating
utils/common/v4l2-pix-formats.h. This was old code that shouldn't
have been there, so drop it.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 sync-with-kernel.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=072ef1683bcbf4113bb8996e856030f65d5c77b4
diff --git a/sync-with-kernel.sh b/sync-with-kernel.sh
index ed2a9e215b75..ad5681c6924c 100755
--- a/sync-with-kernel.sh
+++ b/sync-with-kernel.sh
@@ -51,7 +51,7 @@ patch -d ${TOPSRCDIR} --no-backup-if-mismatch -p1 
<${TOPSRCDIR}/utils/common/v4l
 cp -a ${KERNEL_DIR}/drivers/media/test-drivers/vicodec/codec-fwht.[ch] 
${TOPSRCDIR}/utils/common/
 cp -a ${KERNEL_DIR}/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.[ch] 
${TOPSRCDIR}/utils/common/
 patch -d ${TOPSRCDIR} --no-backup-if-mismatch -p1 
<${TOPSRCDIR}/utils/common/codec-fwht.patch
-grep V4L2_.*_FMT.*descr ${KERNEL_DIR}/drivers/media/v4l2-core/v4l2-ioctl.c | 
grep -v V4L2_PIX_FMT_HEVC_SLICE | perl -pe 's/.*V4L2_(.*)_FMT/\tcase 
V4L2_\1_FMT/; s/:.*descr = /: return /; s/;.*/;/;' 
>${TOPSRCDIR}/utils/common/v4l2-pix-formats.h
+grep V4L2_.*_FMT.*descr ${KERNEL_DIR}/drivers/media/v4l2-core/v4l2-ioctl.c | 
perl -pe 's/.*V4L2_(.*)_FMT/\tcase V4L2_\1_FMT/; s/:.*descr = /: return /; 
s/;.*/;/;' >${TOPSRCDIR}/utils/common/v4l2-pix-formats.h
 
 function keytable {
        SRCDIR=${TOPSRCDIR}/utils/keytable

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to