issues-22126

pull/22137/head
dan 3 years ago
parent b5b52afd35
commit 2366f2cb2e
  1. 2
      modules/videoio/src/cap_ffmpeg_impl.hpp

@ -1408,7 +1408,7 @@ bool CvCapture_FFMPEG::retrieveFrame(int, unsigned char** data, int* step, int*
img_convert_ctx,
picture->data,
picture->linesize,
0, video_st->codec->coded_height,
0, picture->height,
rgb_picture.data,
rgb_picture.linesize
);

Loading…
Cancel
Save