Skip to content
Snippets Groups Projects
Commit ce0f18a6 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

video sender: always send orientation

Change-Id: I0d98659fdf04aa5c7075f955f40ea217b5914608
parent 3754af14
Branches
Tags
No related merge requests found
......@@ -79,7 +79,7 @@ private:
int keyFrameFreq_ {0}; // Set keyframe rate, 0 to disable auto-keyframe. Computed in constructor
int64_t frameNumber_ = 0;
int rotation_ = 0;
int rotation_ = -1;
std::function<void(int)> changeOrientationCallback_;
};
} // namespace video
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment