Re: [FFmpeg-devel] [PATCH 2/4] diracdec: move the MAX_DWT_LEVELS macro to dirac.h

2016-02-03 Thread Rostislav Pehlivanov
On Wed, 2016-02-03 at 15:53 +0100, Michael Niedermayer wrote: > On Tue, Feb 02, 2016 at 12:35:28PM +, Rostislav Pehlivanov wrote: > > Used by the VC-2 encoder. > > > > Signed-off-by: Rostislav Pehlivanov > > --- > >  libavcodec/dirac.h| 11 +++ > >  libavcodec/diracdec.c | 12 +

Re: [FFmpeg-devel] [PATCH 2/4] diracdec: move the MAX_DWT_LEVELS macro to dirac.h

2016-02-03 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 12:35:28PM +, Rostislav Pehlivanov wrote: > Used by the VC-2 encoder. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/dirac.h| 11 +++ > libavcodec/diracdec.c | 12 +--- > 2 files changed, 12 insertions(+), 11 deletions(-) LGTM thx [.

[FFmpeg-devel] [PATCH 2/4] diracdec: move the MAX_DWT_LEVELS macro to dirac.h

2016-02-02 Thread Rostislav Pehlivanov
Used by the VC-2 encoder. Signed-off-by: Rostislav Pehlivanov --- libavcodec/dirac.h| 11 +++ libavcodec/diracdec.c | 12 +--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/libavcodec/dirac.h b/libavcodec/dirac.h index cb80fdc..e6d9d34 100644 --- a/libavcod