Re: [FFmpeg-devel] [PATCH]lavf/bit: Fix the G.729 bit auto-detection

2017-09-30 Thread Michael Niedermayer
On Sat, Sep 30, 2017 at 08:46:28PM +0200, Carl Eugen Hoyos wrote: > 2017-09-30 3:19 GMT+02:00 Michael Niedermayer : > > On Fri, Sep 29, 2017 at 07:23:17PM +0200, Carl Eugen Hoyos wrote: > >> Hi! > >> > >> The G.729 bit auto-detection has never worked, patch attached. > >> > >> Please comment, Carl

Re: [FFmpeg-devel] [PATCH]lavf/bit: Fix the G.729 bit auto-detection

2017-09-30 Thread Carl Eugen Hoyos
2017-09-30 3:19 GMT+02:00 Michael Niedermayer : > On Fri, Sep 29, 2017 at 07:23:17PM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> The G.729 bit auto-detection has never worked, patch attached. >> >> Please comment, Carl Eugen > >> bit.c | 23 +-- >> 1 file changed, 13 insertio

Re: [FFmpeg-devel] [PATCH]lavf/bit: Fix the G.729 bit auto-detection

2017-09-29 Thread Michael Niedermayer
On Fri, Sep 29, 2017 at 07:23:17PM +0200, Carl Eugen Hoyos wrote: > Hi! > > The G.729 bit auto-detection has never worked, patch attached. > > Please comment, Carl Eugen > bit.c | 23 +-- > 1 file changed, 13 insertions(+), 10 deletions(-) > 1eaabbb2e56d350949d0c8c439a2ba4

[FFmpeg-devel] [PATCH]lavf/bit: Fix the G.729 bit auto-detection

2017-09-29 Thread Carl Eugen Hoyos
Hi! The G.729 bit auto-detection has never worked, patch attached. Please comment, Carl Eugen From 2521a9bd86d807a3e18fe930b35039beb7674b3e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 29 Sep 2017 19:10:46 +0200 Subject: [PATCH] lavf/bit: Fix the G.729 bit auto-detection. --- lib