From 3112501daf715f715f729defaa6133c2fab678f2 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sat, 5 Dec 2015 18:43:17 +0000 Subject: aacenc: fix aac_pred option triggering an error Signed-off-by: Rostislav Pehlivanov --- libavcodec/aacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacenc.c') diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 575043419e..7220ddc4d7 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -960,7 +960,7 @@ static av_cold int aac_encode_init(AVCodecContext *avctx) avctx->profile = FF_PROFILE_AAC_MAIN; WARN_IF(1, "Chainging profile to \"aac_main\"\n"); - ERROR_IF(s->options.pred, + ERROR_IF(s->options.ltp, "LTP prediction unavailable in the \"aac_main\" profile\n"); } s->profile = avctx->profile; -- cgit v1.2.3