1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor: Reorder FrameBufferKey

Reordered to be same with docs and prototype.
This commit is contained in:
Diadlo 2017-06-12 11:13:08 +03:00
parent 6c4c5d86fc
commit 6e697053a7
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -419,7 +419,7 @@ int VideoFrame::getSourcePixelFormat() const
* @param pixFmt the pixel format of the frame.
* @param lineAligned whether the linesize matches the width of the image.
*/
VideoFrame::FrameBufferKey::FrameBufferKey(const int pixFmt, const int width, const int height,
VideoFrame::FrameBufferKey::FrameBufferKey(const int width, const int height, const int pixFmt,
const bool lineAligned)
: frameWidth(width)
, frameHeight(height)