You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
dshow: avoid integer overflow when using curbufsize
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
18263698ab
commit
a966d94891
@@ -46,7 +46,7 @@ struct dshow_ctx {
|
|||||||
HANDLE event;
|
HANDLE event;
|
||||||
AVPacketList *pktl;
|
AVPacketList *pktl;
|
||||||
|
|
||||||
unsigned int curbufsize;
|
int64_t curbufsize;
|
||||||
unsigned int video_frame_num;
|
unsigned int video_frame_num;
|
||||||
|
|
||||||
IMediaControl *control;
|
IMediaControl *control;
|
||||||
|
Reference in New Issue
Block a user