On 20.11.2014 20:14, Michael Niedermayer wrote:
On Thu, Nov 20, 2014 at 05:59:35PM +0100, Andreas Cadhalpun wrote:
Hi,
currently the native aac encoder is marked as experimental, while
the libvo_aacenc encoder is not.
However, after reading the wiki [1] and especially the mentioned
mail [2], it seems the native encoder is better.
Thus I'm wondering if it would make sense to no longer mark the
native aac encoder as experimental.
This would also solve problems like [3].
Please comment.
i have no real oppinion on this but
if users prefer it to be not marked as experimental then we should
make that change.
Since nobody complained about the idea, I'm attaching a patch for this.
Best regards,
Andreas
>From 5e3e0707697454541d1432794c902f574ef17cf3 Mon Sep 17 00:00:00 2001
From: Andreas Cadhalpun <andreas.cadhal...@googlemail.com>
Date: Sun, 30 Nov 2014 23:29:36 +0100
Subject: [PATCH] avcodec/aacenc: no longer mark native aac encoder as
experimental
---
libavcodec/aacenc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
index d9c7215..dacff0d 100644
--- a/libavcodec/aacenc.c
+++ b/libavcodec/aacenc.c
@@ -830,8 +830,7 @@ AVCodec ff_aac_encoder = {
.encode2 = aac_encode_frame,
.close = aac_encode_end,
.supported_samplerates = mpeg4audio_sample_rates,
- .capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY |
- CODEC_CAP_EXPERIMENTAL,
+ .capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY,
.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_NONE },
.priv_class = &aacenc_class,
--
2.1.3
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel