Re: [FFmpeg-devel] [PATCH 13/17] avcodec/mlpenc: Fix channel layouts

2022-09-21 Thread Paul B Mahol
On 9/18/22, Andreas Rheinhardt wrote: > The encoder actually creates files with side channels, not back > channels. See thd_layout in mlp_parse.h. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/mlpenc.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > lgtm > diff

[FFmpeg-devel] [PATCH 13/17] avcodec/mlpenc: Fix channel layouts

2022-09-18 Thread Andreas Rheinhardt
The encoder actually creates files with side channels, not back channels. See thd_layout in mlp_parse.h. Signed-off-by: Andreas Rheinhardt --- libavcodec/mlpenc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/mlpenc.c b/libavcodec/mlpenc.c index b66f3a