Re: [FFmpeg-devel] [GSoC] [PATCH 1/2] lavc/lpc: Add min_shift parameter in LPC

2016-08-28 Thread Michael Niedermayer
On Tue, Aug 23, 2016 at 02:32:04AM +0530, Jai Luthra wrote: > The min_shift parameter is needed by the MLP encoder > > Signed-off-by: Jai Luthra > --- > libavcodec/alacenc.c | 4 +++- > libavcodec/flacenc.c | 3 ++- > libavcodec/lpc.c | 13 - > libavcodec/lpc.h | 2 +-

[FFmpeg-devel] [GSoC] [PATCH 1/2] lavc/lpc: Add min_shift parameter in LPC

2016-08-22 Thread Jai Luthra
The min_shift parameter is needed by the MLP encoder Signed-off-by: Jai Luthra --- libavcodec/alacenc.c | 4 +++- libavcodec/flacenc.c | 3 ++- libavcodec/lpc.c | 13 - libavcodec/lpc.h | 2 +- libavcodec/ra144enc.c | 2 +- 5 files changed, 15 insertions(+), 9 deletio