Re: [FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: unbreak decoding after 6e1a167c556

2020-09-04 Thread Michael Niedermayer
On Fri, Sep 04, 2020 at 10:03:26PM +0200, Paul B Mahol wrote: > On 9/4/20, Michael Niedermayer wrote: > > On Fri, Sep 04, 2020 at 12:17:04PM +0200, Paul B Mahol wrote: > >> get_unary() takes at minimum only 1 bit. > >> > >> Signed-off-by: Paul B Mahol > >> --- > >> libavcodec/dxtory.c | 10 +

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: unbreak decoding after 6e1a167c556

2020-09-04 Thread Paul B Mahol
On 9/4/20, Michael Niedermayer wrote: > On Fri, Sep 04, 2020 at 12:17:04PM +0200, Paul B Mahol wrote: >> get_unary() takes at minimum only 1 bit. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/dxtory.c | 10 +- >> 1 file changed, 5 insertions(+), 5 deletions(-) > > should be ok

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: unbreak decoding after 6e1a167c556

2020-09-04 Thread Michael Niedermayer
On Fri, Sep 04, 2020 at 12:17:04PM +0200, Paul B Mahol wrote: > get_unary() takes at minimum only 1 bit. > > Signed-off-by: Paul B Mahol > --- > libavcodec/dxtory.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) should be ok thanks [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: unbreak decoding after 6e1a167c556

2020-09-04 Thread Paul B Mahol
get_unary() takes at minimum only 1 bit. Signed-off-by: Paul B Mahol --- libavcodec/dxtory.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/dxtory.c b/libavcodec/dxtory.c index bc19f27951..3cd95afe80 100644 --- a/libavcodec/dxtory.c +++ b/libavcodec/dxt

[FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: unbreak decoding after 6e1a167c556

2020-09-03 Thread Paul B Mahol
get_unary() takes at minimum only 1 bit. Signed-off-by: Paul B Mahol --- libavcodec/dxtory.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/dxtory.c b/libavcodec/dxtory.c index bc19f27951..3cd95afe80 100644 --- a/libavcodec/dxtory.c +++ b/libavcodec/dxt