Skip to content
Snippets Groups Projects
Commit 2353b70d authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Adrien Béraud
Browse files

mediadecoder: allow negative offsets in decoder options

- this is required when screen sharing a secondary screen that is
  aligned to the left or above the primary screen.

Change-Id: I220bf4003ea4bc2071af67a80cb9c5afa0406d5b
parent 0f874136
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ struct DeviceParams { ...@@ -46,8 +46,8 @@ struct DeviceParams {
unsigned channel {}; // Channel number unsigned channel {}; // Channel number
std::string loop {}; std::string loop {};
std::string sdp_flags {}; std::string sdp_flags {};
unsigned offset_x {}; int offset_x {};
unsigned offset_y {}; int offset_y {};
int orientation {}; int orientation {};
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment