]> git.sesse.net Git - casparcg/commitdiff
ffmpeg linux DV/HDV firewire device use iec61883
authorWalter Sonius <walterav1984@gmail.com>
Wed, 1 Feb 2017 13:38:15 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2017 13:38:15 +0000 (14:38 +0100)
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;