mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +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,
|
img_convert_ctx,
|
||||||
picture->data,
|
picture->data,
|
||||||
picture->linesize,
|
picture->linesize,
|
||||||
0, video_st->codec->coded_height,
|
0, picture->height,
|
||||||
rgb_picture.data,
|
rgb_picture.data,
|
||||||
rgb_picture.linesize
|
rgb_picture.linesize
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user