Re: [FFmpeg-devel] [PATCH 2/2] aacenc: unmark the fast coder as experimental

2016-08-07 Thread Moritz Barsnick
On Sun, Aug 07, 2016 at 01:10:55 -0500, Burt P. wrote: > "The ANMR coder requires -strict -2 and some may be removed in the future" > should have "some" removed. And I would probably quote the command line part of that, and use the symbolic value: "The ANMR coder requires \"-strict experimental\"

Re: [FFmpeg-devel] [PATCH 2/2] aacenc: unmark the fast coder as experimental

2016-08-07 Thread Moritz Barsnick
On Sun, Aug 07, 2016 at 00:51:30 +0100, Rostislav Pehlivanov wrote: > This version has had much testing so there's little point in keeping it > maked as experimental. ^ marked Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 2/2] aacenc: unmark the fast coder as experimental

2016-08-07 Thread Burt P.
"The ANMR coder requires -strict -2 and some may be removed in the future" should have "some" removed. On Sat, Aug 6, 2016 at 6:51 PM, Rostislav Pehlivanov wrote: > This version has had much testing so there's little point in keeping it > maked as experimental. > >

[FFmpeg-devel] [PATCH 2/2] aacenc: unmark the fast coder as experimental

2016-08-06 Thread Rostislav Pehlivanov
This version has had much testing so there's little point in keeping it maked as experimental. Signed-off-by: Rostislav Pehlivanov --- libavcodec/aacenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index