mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
issues-22126
This commit is contained in:
parent
b5b52afd35
commit
2366f2cb2e
@ -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…
Reference in New Issue
Block a user