Commit a966d948 authored by rogerdpack's avatar rogerdpack Committed by Michael Niedermayer

dshow: avoid integer overflow when using curbufsize

Signed-off-by: 's avatarrogerdpack <rogerpack2005@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 18263698
......@@ -46,7 +46,7 @@ struct dshow_ctx {
HANDLE event;
AVPacketList *pktl;
unsigned int curbufsize;
int64_t curbufsize;
unsigned int video_frame_num;
IMediaControl *control;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment