Re: [FFmpeg-devel] [PATCH 3/3] avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()

2016-01-13 Thread Rostislav Pehlivanov
On Tue, 2016-01-12 at 23:32 +0100, Michael Niedermayer wrote: > From: Michael Niedermayer > > encoding changes from 17 to 20 fps > > Signed-off-by: Michael Niedermayer > --- >  libavcodec/diracdec.c |   18 -- >  1 file changed, 12

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()

2016-01-13 Thread Michael Niedermayer
On Wed, Jan 13, 2016 at 04:12:17PM +, Rostislav Pehlivanov wrote: > On Tue, 2016-01-12 at 23:32 +0100, Michael Niedermayer wrote: > > From: Michael Niedermayer > > > > encoding changes from 17 to 20 fps > > > > Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()

2016-01-12 Thread Ronald S. Bultje
Hi, On Tue, Jan 12, 2016 at 5:32 PM, Michael Niedermayer wrote: > From: Michael Niedermayer > > encoding changes from 17 to 20 fps decoding, right? Ronald ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH 3/3] avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()

2016-01-12 Thread Michael Niedermayer
From: Michael Niedermayer encoding changes from 17 to 20 fps Signed-off-by: Michael Niedermayer --- libavcodec/diracdec.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/libavcodec/diracdec.c

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()

2016-01-12 Thread Michael Niedermayer
On Tue, Jan 12, 2016 at 05:48:21PM -0500, Ronald S. Bultje wrote: > Hi, > > On Tue, Jan 12, 2016 at 5:32 PM, Michael Niedermayer > wrote: > > > From: Michael Niedermayer > > > > encoding changes from 17 to 20 fps > > > decoding, right? yes i cant