Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix undefined shift

2017-11-29 Thread Paul B Mahol
On 11/29/17, Rostislav Pehlivanov wrote: > On 28 November 2017 at 19:55, Paul B Mahol wrote: > >> Decreases artifacts. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/mlpenc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavcodec/mlpenc.c b/libavcodec/mlp

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix undefined shift

2017-11-28 Thread James Almer
On 11/29/2017 1:05 AM, Rostislav Pehlivanov wrote: > On 28 November 2017 at 19:55, Paul B Mahol wrote: > >> Decreases artifacts. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/mlpenc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavcodec/mlpenc.c b/liba

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix undefined shift

2017-11-28 Thread Rostislav Pehlivanov
On 28 November 2017 at 19:55, Paul B Mahol wrote: > Decreases artifacts. > > Signed-off-by: Paul B Mahol > --- > libavcodec/mlpenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/mlpenc.c b/libavcodec/mlpenc.c > index c588f5b904..eceb0ddbb2 100644 > --- a/l