1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

videoio: added plug-in support to MSMF backend

This commit is contained in:
Maksim Shabunin
2020-04-07 20:25:10 +03:00
parent 31ec9b2aa7
commit ca6a11e4d2
5 changed files with 232 additions and 8 deletions
+2 -2
View File
@@ -323,7 +323,7 @@ static const VideoCaptureAPIs backend_params[] = {
CAP_AVFOUNDATION,
#endif
#ifdef HAVE_MSMF
#ifdef _WIN32
CAP_MSMF,
#endif
@@ -366,7 +366,7 @@ inline static std::ostream &operator<<(std::ostream &out, const Ext_Fourcc_PSNR
static Ext_Fourcc_PSNR synthetic_params[] = {
#ifdef HAVE_MSMF
#ifdef _WIN32
#if !defined(_M_ARM)
{"wmv", "WMV1", 30.f, CAP_MSMF},
{"wmv", "WMV2", 30.f, CAP_MSMF},