We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c3ea3 commit b3a9696Copy full SHA for b3a9696
AVInput/AVInput.cpp
@@ -255,6 +255,8 @@ void AVInput::UnregisterAll()
255
Unregister(_T(AVINPUT_METHOD_READ_EDID));
256
Unregister(_T(AVINPUT_METHOD_READ_RAWSPD));
257
Unregister(_T(AVINPUT_METHOD_READ_SPD));
258
+ Unregister(_T(AVINPUT_METHOD_GET_VRR_SUPPORT));
259
+ Unregister(_T(AVINPUT_METHOD_SET_VRR_SUPPORT));
260
Unregister(_T(AVINPUT_METHOD_SET_EDID_VERSION));
261
Unregister(_T(AVINPUT_METHOD_GET_EDID_VERSION));
262
Unregister(_T(AVINPUT_METHOD_START_INPUT));
0 commit comments