diff options
| author | Gerrit Swaneveld <[email protected]> | 2023-04-07 13:48:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-07 13:48:18 -0700 |
| commit | e553f426293dc4a244ab6315617456e3c5149f00 (patch) | |
| tree | db767942e307455b22fd35c78c5a1184f2174013 | |
| parent | f3711c572641c9f5005dcb44c4bbfda6d40a3281 (diff) | |
[avstream/avscamera] Update Capture.cpp (#955)
Add Paged Code Macro
| -rw-r--r-- | avstream/avscamera/sys/Capture.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avstream/avscamera/sys/Capture.cpp b/avstream/avscamera/sys/Capture.cpp index 25e6a5f8..730370e6 100644 --- a/avstream/avscamera/sys/Capture.cpp +++ b/avstream/avscamera/sys/Capture.cpp @@ -2294,6 +2294,7 @@ SetFramingSizes( PKSALLOCATOR_FRAMING_EX Framing ) { + PAGED_CODE(); Framing->FramingItem[0].PhysicalRange.MinFrameSize = m_VideoInfoHeader->bmiHeader.biSizeImage; Framing->FramingItem[0].PhysicalRange.MaxFrameSize = m_VideoInfoHeader->bmiHeader.biSizeImage; Framing->FramingItem[0].FramingRange.Range.MinFrameSize = m_VideoInfoHeader->bmiHeader.biSizeImage; |
