fixed #1615
This commit is contained in:
parent
f0f87ebf36
commit
f7866677eb
@ -1246,7 +1246,7 @@ bool CvVideoWriter_FFMPEG::writeFrame( const unsigned char* data, int step, int
|
|||||||
#else
|
#else
|
||||||
img_convert_ctx = sws_getContext(width,
|
img_convert_ctx = sws_getContext(width,
|
||||||
height,
|
height,
|
||||||
PIX_FMT_BGR24,
|
(PixelFormat)input_pix_fmt,
|
||||||
c->width,
|
c->width,
|
||||||
c->height,
|
c->height,
|
||||||
c->pix_fmt,
|
c->pix_fmt,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user