diff options
Diffstat (limited to 'AVStream/avscamera/sys/imagehwsim.cpp')
| -rw-r--r-- | AVStream/avscamera/sys/imagehwsim.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/AVStream/avscamera/sys/imagehwsim.cpp b/AVStream/avscamera/sys/imagehwsim.cpp index e6256d45..1f4d7a1a 100644 --- a/AVStream/avscamera/sys/imagehwsim.cpp +++ b/AVStream/avscamera/sys/imagehwsim.cpp @@ -1222,7 +1222,7 @@ CompleteCloneList() NTSTATUS CImageHardwareSimulation:: -SetClock(PKSPIN pin) +SetClock(_In_ PKSPIN pin) { PAGED_CODE(); @@ -1312,9 +1312,9 @@ SetFlashStatus( NTSTATUS CImageHardwareSimulation:: SetPFS( - _In_ ISP_FRAME_SETTINGS *pIspSettings, - _In_ ULONG FrameLimit, - _In_ ULONG LoopLimit + _In_opt_ ISP_FRAME_SETTINGS *pIspSettings, + _In_ ULONG FrameLimit, + _In_ ULONG LoopLimit ) { PAGED_CODE(); |
