aacenc_ltp: correct header description comment

This commit is contained in:
Rostislav Pehlivanov 2015-10-17 13:28:55 +01:00
parent b1d290920d
commit 4c9805538d
1 changed files with 2 additions and 2 deletions

View File

@ -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 )
*/