1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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

View File

@@ -1,5 +1,5 @@
/* /*
* AAC encoder TNS * AAC encoder long term prediction extension
* Copyright (C) 2015 Rostislav Pehlivanov * Copyright (C) 2015 Rostislav Pehlivanov
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
/** /**
* @file * @file
* AAC encoder long term prediction * AAC encoder long term prediction extension
* @author Rostislav Pehlivanov ( atomnuker gmail com ) * @author Rostislav Pehlivanov ( atomnuker gmail com )
*/ */