Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix encoding stereo single stream in TrueHD

2021-09-21 Thread Anton Khirnov
Quoting Paul B Mahol (2021-09-21 08:53:17) > On Tue, Sep 21, 2021 at 8:43 AM Anton Khirnov wrote: > > > Quoting Paul B Mahol (2021-09-20 19:40:33) > > > On Mon, Sep 20, 2021 at 12:56 PM Anton Khirnov > > wrote: > > > > > > > Quoting Paul B Mahol (2021-09-18 19:21:05) > > > > > Signed-off-by: Pau

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix encoding stereo single stream in TrueHD

2021-09-20 Thread Paul B Mahol
On Tue, Sep 21, 2021 at 8:43 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2021-09-20 19:40:33) > > On Mon, Sep 20, 2021 at 12:56 PM Anton Khirnov > wrote: > > > > > Quoting Paul B Mahol (2021-09-18 19:21:05) > > > > Signed-off-by: Paul B Mahol > > > > --- > > > > libavcodec/mlpenc.c | 2 +-

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix encoding stereo single stream in TrueHD

2021-09-20 Thread Anton Khirnov
Quoting Paul B Mahol (2021-09-20 19:40:33) > On Mon, Sep 20, 2021 at 12:56 PM Anton Khirnov wrote: > > > Quoting Paul B Mahol (2021-09-18 19:21:05) > > > Signed-off-by: Paul B Mahol > > > --- > > > libavcodec/mlpenc.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Sure woul

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix encoding stereo single stream in TrueHD

2021-09-20 Thread Paul B Mahol
On Mon, Sep 20, 2021 at 12:56 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2021-09-18 19:21:05) > > Signed-off-by: Paul B Mahol > > --- > > libavcodec/mlpenc.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Sure would be nice to have tests. > Too soon, encoder is still experi

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix encoding stereo single stream in TrueHD

2021-09-20 Thread Anton Khirnov
Quoting Paul B Mahol (2021-09-18 19:21:05) > Signed-off-by: Paul B Mahol > --- > libavcodec/mlpenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Sure would be nice to have tests. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] avcodec/mlpenc: fix encoding stereo single stream in TrueHD

2021-09-18 Thread Paul B Mahol
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 ef01c1d282..b2b3297669 100644 --- a/libavcodec/mlpenc.c +++ b/libavcodec/mlpenc.c @@ -626,7 +626,7 @@ static av_cold int mlp_enco