mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +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
+1
-1
@@ -46,7 +46,7 @@ struct dshow_ctx {
|
||||
HANDLE event;
|
||||
AVPacketList *pktl;
|
||||
|
||||
unsigned int curbufsize;
|
||||
int64_t curbufsize;
|
||||
unsigned int video_frame_num;
|
||||
|
||||
IMediaControl *control;
|
||||
|
||||
Reference in New Issue
Block a user