Re: [FFmpeg-devel] [PATCH] v4l2_m2m: Fix integer overflow in timestamp handling

2018-01-21 Thread wm4
On Sun, 21 Jan 2018 00:52:18 + Mark Thompson wrote: > --- > struct timeval elements are not big enough in a 32-bit ABI. > > > libavcodec/v4l2_buffers.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/v4l2_buffers.c b/libavcodec/v4l2_buffers.c > index

[FFmpeg-devel] [PATCH] v4l2_m2m: Fix integer overflow in timestamp handling

2018-01-20 Thread Mark Thompson
--- struct timeval elements are not big enough in a 32-bit ABI. libavcodec/v4l2_buffers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/v4l2_buffers.c b/libavcodec/v4l2_buffers.c index 8e4d4d1..aef911f 100644 --- a/libavcodec/v4l2_buffers.c +++ b/libavcodec/v4l