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:
parent
6c4c5d86fc
commit
6e697053a7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user