Re: [FFmpeg-devel] [PATCH 2/2] diracdec: Pass DWTPlane to dwt init

2016-02-07 Thread Timothy Gu
On Sun, Feb 07, 2016 at 03:35:31PM +, Rostislav Pehlivanov wrote: > On 7 February 2016 at 14:53, Timothy Gu wrote: > > > --- > > libavcodec/dirac_dwt.c | 15 +++ > > libavcodec/dirac_dwt.h | 5 ++--- > > libavcodec/diracdec.c | 4 ++-- > > 3 files changed, 11 insertions(+), 13

Re: [FFmpeg-devel] [PATCH 2/2] diracdec: Pass DWTPlane to dwt init

2016-02-07 Thread Rostislav Pehlivanov
On 7 February 2016 at 14:53, Timothy Gu wrote: > --- > libavcodec/dirac_dwt.c | 15 +++ > libavcodec/dirac_dwt.h | 5 ++--- > libavcodec/diracdec.c | 4 ++-- > 3 files changed, 11 insertions(+), 13 deletions(-) > > LGTM Thanks ___ ffmpe

[FFmpeg-devel] [PATCH 2/2] diracdec: Pass DWTPlane to dwt init

2016-02-07 Thread Timothy Gu
--- libavcodec/dirac_dwt.c | 15 +++ libavcodec/dirac_dwt.h | 5 ++--- libavcodec/diracdec.c | 4 ++-- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/libavcodec/dirac_dwt.c b/libavcodec/dirac_dwt.c index 4f04112..cc08f88 100644 --- a/libavcodec/dirac_dwt.c +++ b/li