Re: [FFmpeg-devel] [PATCH 3/3] avformat/v210: Check width and height

2015-11-23 Thread Timothy Gu
On Sat, Nov 21, 2015 at 07:20:48PM +0100, Michael Niedermayer wrote: > width and height are unused after this patch Fixed and pushed. Thanks! Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/3] avformat/v210: Check width and height

2015-11-21 Thread Michael Niedermayer
On Fri, Nov 20, 2015 at 09:34:13PM -0800, Timothy Gu wrote: > Fixes a floating point exception when width and height are not supplied > (and therefore are zero). > --- > libavformat/v210.c | 17 + > 1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/libavformat/v210.

[FFmpeg-devel] [PATCH 3/3] avformat/v210: Check width and height

2015-11-20 Thread Timothy Gu
Fixes a floating point exception when width and height are not supplied (and therefore are zero). --- libavformat/v210.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/libavformat/v210.c b/libavformat/v210.c index ab29171..7503d5d 100644 --- a/libavformat/v21