We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba86ab7 commit 9d076b8Copy full SHA for 9d076b8
src/AvTranscoder/ColorTransform.cpp
@@ -24,8 +24,8 @@ namespace avtranscoder
24
25
ColorTransform::ColorTransform()
26
: m_imageConvertContext( NULL )
27
- , srcData ( MAX_SWS_PLANE, NULL )
28
- , dstData ( MAX_SWS_PLANE, NULL )
+ , srcData ( (uint8_t)MAX_SWS_PLANE, NULL )
+ , dstData ( (uint8_t)MAX_SWS_PLANE, NULL )
29
, srcLineSize ( MAX_SWS_PLANE, 0 )
30
, dstLineSize ( MAX_SWS_PLANE, 0 )
31
, srcOffsets ( MAX_SWS_PLANE, 0 )
0 commit comments