pull/13383/head
Alexander Shishkov 13 years ago
parent f0f87ebf36
commit f7866677eb
  1. 2
      modules/highgui/src/cap_ffmpeg_impl.hpp

@ -1246,7 +1246,7 @@ bool CvVideoWriter_FFMPEG::writeFrame( const unsigned char* data, int step, int
#else
img_convert_ctx = sws_getContext(width,
height,
PIX_FMT_BGR24,
(PixelFormat)input_pix_fmt,
c->width,
c->height,
c->pix_fmt,

Loading…
Cancel
Save