[FFmpeg-devel] [PATCH 2/2] aacenc: unmark the fast coder as experimental
Burt P.
pburt0 at gmail.com
Sun Aug 7 09:10:55 EEST 2016
"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
<atomnuker at gmail.com> wrote:
> This version has had much testing so there's little point in keeping it
> maked as experimental.
>
> Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
> ---
> libavcodec/aacenc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
> index 2653cef..1d80a67 100644
> --- a/libavcodec/aacenc.c
> +++ b/libavcodec/aacenc.c
> @@ -999,9 +999,9 @@ static av_cold int aac_encode_init(AVCodecContext *avctx)
>
> /* Coder limitations */
> s->coder = &ff_aac_coders[s->options.coder];
> - if (s->options.coder != AAC_CODER_TWOLOOP) {
> + if (s->options.coder == AAC_CODER_ANMR) {
> ERROR_IF(avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL,
> - "Coders other than twoloop require -strict -2 and some may be removed in the future\n");
> + "The ANMR coder requires -strict -2 and some may be removed in the future\n");
> s->options.intensity_stereo = 0;
> s->options.pns = 0;
> }
> --
> 2.8.1.369.geae769a
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
--
Burt
More information about the ffmpeg-devel
mailing list