Skip to content

Commit b3a9696

Browse files
authored
Update AVInput.cpp
1 parent e0c3ea3 commit b3a9696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AVInput/AVInput.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ void AVInput::UnregisterAll()
255255
Unregister(_T(AVINPUT_METHOD_READ_EDID));
256256
Unregister(_T(AVINPUT_METHOD_READ_RAWSPD));
257257
Unregister(_T(AVINPUT_METHOD_READ_SPD));
258+
Unregister(_T(AVINPUT_METHOD_GET_VRR_SUPPORT));
259+
Unregister(_T(AVINPUT_METHOD_SET_VRR_SUPPORT));
258260
Unregister(_T(AVINPUT_METHOD_SET_EDID_VERSION));
259261
Unregister(_T(AVINPUT_METHOD_GET_EDID_VERSION));
260262
Unregister(_T(AVINPUT_METHOD_START_INPUT));

0 commit comments

Comments
 (0)