Re: [FFmpeg-devel] [PATCH 2/2] dirac_dwt: Rename init2 to init

2016-02-07 Thread Timothy Gu
On Sat, Feb 06, 2016 at 11:10:10AM +, Rostislav Pehlivanov wrote: > On 6 February 2016 at 03:37, Timothy Gu wrote: > > > The functions are all private. > > --- > > libavcodec/dirac_dwt.c | 12 ++-- > > libavcodec/dirac_dwt.h | 6 +++--- > > libavcodec/dirac_dwt_tem

Re: [FFmpeg-devel] [PATCH 2/2] dirac_dwt: Rename init2 to init

2016-02-06 Thread Rostislav Pehlivanov
On 6 February 2016 at 03:37, Timothy Gu wrote: > The functions are all private. > --- > libavcodec/dirac_dwt.c | 12 ++-- > libavcodec/dirac_dwt.h | 6 +++--- > libavcodec/dirac_dwt_template.c | 10 +- > libavcodec/diracdec.c | 4 ++-- > 4 files chan

[FFmpeg-devel] [PATCH 2/2] dirac_dwt: Rename init2 to init

2016-02-05 Thread Timothy Gu
The functions are all private. --- libavcodec/dirac_dwt.c | 12 ++-- libavcodec/dirac_dwt.h | 6 +++--- libavcodec/dirac_dwt_template.c | 10 +- libavcodec/diracdec.c | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/libavcodec