Re: [libav-devel] [PATCH 3/4] ac3enc: Reshuffle functions to avoid forward declarations

2016-11-28 Thread Luca Barbato
On 23/11/2016 08:14, Diego Biurrun wrote: > --- > libavcodec/ac3enc_fixed.c| 58 ++-- > libavcodec/ac3enc_float.c| 70 > +++- > libavcodec/ac3enc_template.c | 9 -- > 3 files changed, 64 insertions(+), 73

[libav-devel] [PATCH 3/4] ac3enc: Reshuffle functions to avoid forward declarations

2016-11-22 Thread Diego Biurrun
--- libavcodec/ac3enc_fixed.c| 58 ++-- libavcodec/ac3enc_float.c| 70 +++- libavcodec/ac3enc_template.c | 9 -- 3 files changed, 64 insertions(+), 73 deletions(-) diff --git a/libavcodec/ac3enc_fixed.c