Re: [FFmpeg-devel] [PATCH] avcodec/aacenc: report channel layout by name

2018-09-08 Thread Michael Niedermayer
On Fri, Jul 06, 2018 at 11:49:50PM +0200, Moritz Barsnick wrote: > Possibly useful in the error case. > > Signed-off-by: Moritz Barsnick > --- > libavcodec/aacenc.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B14

Re: [FFmpeg-devel] [PATCH] avcodec/aacenc: report channel layout by name

2018-09-07 Thread Moritz Barsnick
On Fri, Jul 06, 2018 at 23:49:50 +0200, Moritz Barsnick wrote: > Possibly useful in the error case. Ping. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avcodec/aacenc: report channel layout by name

2018-07-06 Thread Moritz Barsnick
Possibly useful in the error case. Signed-off-by: Moritz Barsnick --- libavcodec/aacenc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 6d94c76905..4d0abb107f 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@