]> git.sesse.net Git - casparcg/blobdiff - modules/ffmpeg/producer/input/input.cpp
ffmpeg linux DV/HDV firewire device use iec61883
[casparcg] / modules / ffmpeg / producer / input / input.cpp
index db902fd19903ede7b75ff7bf3b34e0091339b311..f00e44f9a3c94b9812b468df603584660322377f 100644 (file)
@@ -259,7 +259,7 @@ struct input::impl : boost::noncopyable
                auto path                                       = parts.at(1);
                AVInputFormat* input_format     = nullptr;
 
-               static const std::set<std::wstring> PROTOCOLS_TREATED_AS_FORMATS = { L"dshow", L"v4l2" };
+               static const std::set<std::wstring> PROTOCOLS_TREATED_AS_FORMATS = { L"dshow", L"v4l2", L"iec61883" };
 
                if (protocol.empty())
                        resource_name = path;