From 570e32cc9b004044ea675ca1ea8f156b1564b86d Mon Sep 17 00:00:00 2001 From: Andrew Yooeun Chun Date: Thu, 9 Apr 2026 22:03:14 +0900 Subject: [PATCH] videoio: fix FFmpeg VideoCapture rejecting CAP_PROP_FORMAT=CV_8UC3 --- modules/videoio/src/cap_ffmpeg_impl.hpp | 2 +- modules/videoio/test/test_ffmpeg.cpp | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/modules/videoio/src/cap_ffmpeg_impl.hpp b/modules/videoio/src/cap_ffmpeg_impl.hpp index 33f6eecc70..b892bd561b 100644 --- a/modules/videoio/src/cap_ffmpeg_impl.hpp +++ b/modules/videoio/src/cap_ffmpeg_impl.hpp @@ -1105,7 +1105,7 @@ bool CvCapture_FFMPEG::open(const char* _filename, int index, const Ptr