Hi! I prefer attached patch over removing the encoder immediately.
Carl Eugen
diff --git a/Changelog b/Changelog index ad13d88..6555351 100644 --- a/Changelog +++ b/Changelog @@ -42,6 +42,7 @@ version <next>: - mipsdspr1 option has been renamed to mipsdsp - aemphasis filter - mips32r5 option has been removed +- add experimental flag to the libvo-aac encoder version 2.8: diff --git a/libavcodec/libvo-aacenc.c b/libavcodec/libvo-aacenc.c index 7f21ad2..7b983b7 100644 --- a/libavcodec/libvo-aacenc.c +++ b/libavcodec/libvo-aacenc.c @@ -194,7 +194,8 @@ AVCodec ff_libvo_aacenc_encoder = { .encode2 = aac_encode_frame, .close = aac_encode_close, .supported_samplerates = mpeg4audio_sample_rates, - .capabilities = AV_CODEC_CAP_SMALL_LAST_FRAME | AV_CODEC_CAP_DELAY, + .capabilities = AV_CODEC_CAP_SMALL_LAST_FRAME | AV_CODEC_CAP_DELAY | + AV_CODEC_CAP_EXPERIMENTAL, .sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE }, };
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel