Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Set dimensions unconditionally

2016-06-10 Thread Michael Niedermayer
On Fri, Jun 10, 2016 at 09:18:23PM +0200, Paul B Mahol wrote: > On 6/10/16, Michael Niedermayer wrote: > > Fixes Ticket5215 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/cfhd.c |5 + > > 1 file changed, 5 insertions(+) > > > > lgtm applied thx [...] -- Michael

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Set dimensions unconditionally

2016-06-10 Thread Paul B Mahol
On 6/10/16, Michael Niedermayer wrote: > Fixes Ticket5215 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/cfhd.c |5 + > 1 file changed, 5 insertions(+) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/m

[FFmpeg-devel] [PATCH] avcodec/cfhd: Set dimensions unconditionally

2016-06-10 Thread Michael Niedermayer
Fixes Ticket5215 Signed-off-by: Michael Niedermayer --- libavcodec/cfhd.c |5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 0e6abe0..74facd4 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -438,6 +438,11 @@ static int cfhd_decode(AV