diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-10-17 13:28:55 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-10-17 13:28:55 +0100 |
commit | 4c9805538db0cbdd9039f7ff9e7d971f7c37d202 (patch) | |
tree | 9ae8cbecaf9e49e82bee8234f1c4761f058a3d29 /libavcodec/aacenc_ltp.c | |
parent | b1d290920de5fd52bcb6da39414dff3632d16edf (diff) | |
download | ffmpeg-4c9805538db0cbdd9039f7ff9e7d971f7c37d202.tar.gz |
aacenc_ltp: correct header description comment
Diffstat (limited to 'libavcodec/aacenc_ltp.c')
-rw-r--r-- | libavcodec/aacenc_ltp.c | 4 |
1 files 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 ) */ |