summaryrefslogtreecommitdiff
path: root/mfx_stub/mfxsession_impl.h
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2024-11-30 09:23:27 +0100
committerMikhail Burakov <mburakov@mailbox.org>2024-11-30 09:23:27 +0100
commitad73cf75841ed91ca48530ca4ce660dfee182d02 (patch)
tree963b26dfc39da2b0e761c3cfcf3a6cf47ab1efc7 /mfx_stub/mfxsession_impl.h
parentf9fe4a86a6b3dec8e5398251d7371a18bb45b1ca (diff)
Add crop rect handling to mfx stub
Diffstat (limited to 'mfx_stub/mfxsession_impl.h')
-rw-r--r--mfx_stub/mfxsession_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mfx_stub/mfxsession_impl.h b/mfx_stub/mfxsession_impl.h
index 5b359e1..1edd154 100644
--- a/mfx_stub/mfxsession_impl.h
+++ b/mfx_stub/mfxsession_impl.h
@@ -32,6 +32,7 @@ struct _mfxSession {
mfxMemId* mids;
size_t mids_count;
+ mfxU16 crop_rect[4];
VAPictureParameterBufferHEVC ppb;
VASliceParameterBufferHEVC spb;
size_t global_frame_counter;