From 4c9805538db0cbdd9039f7ff9e7d971f7c37d202 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sat, 17 Oct 2015 13:28:55 +0100 Subject: [PATCH] aacenc_ltp: correct header description comment --- libavcodec/aacenc_ltp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacenc_ltp.c b/libavcodec/aacenc_ltp.c index 6e59a3ffef..4a5a8ce5e1 100644 --- a/libavcodec/aacenc_ltp.c +++ b/libavcodec/aacenc_ltp.c @@ -1,5 +1,5 @@ /* - * AAC encoder TNS + * AAC encoder long term prediction extension * Copyright (C) 2015 Rostislav Pehlivanov * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file - * AAC encoder long term prediction + * AAC encoder long term prediction extension * @author Rostislav Pehlivanov ( atomnuker gmail com ) */