diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-10-17 02:10:56 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-10-17 02:31:20 +0100 |
commit | 564db3e55dfd3a56bf39eeddcd0e7bfa44442830 (patch) | |
tree | 55f3dd0a17dded885690b03bb0855a7df0efdd23 | |
parent | 8dd2d5e70a303711012decf42fa3c88705392846 (diff) | |
download | ffmpeg-564db3e55dfd3a56bf39eeddcd0e7bfa44442830.tar.gz |
aacenc_pred: correct header information
-rw-r--r-- | libavcodec/aacenc_pred.c | 2 | ||||
-rw-r--r-- | libavcodec/aacenc_pred.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aacenc_pred.c b/libavcodec/aacenc_pred.c index 524ec66e6a..293f9d86a1 100644 --- a/libavcodec/aacenc_pred.c +++ b/libavcodec/aacenc_pred.c @@ -21,7 +21,7 @@ /** * @file - * AAC encoder Intensity Stereo + * AAC encoder main-type prediction * @author Rostislav Pehlivanov ( atomnuker gmail com ) */ diff --git a/libavcodec/aacenc_pred.h b/libavcodec/aacenc_pred.h index a78dec77cc..aa305f45a5 100644 --- a/libavcodec/aacenc_pred.h +++ b/libavcodec/aacenc_pred.h @@ -21,7 +21,7 @@ /** * @file - * AAC encoder main prediction + * AAC encoder main-type prediction * @author Rostislav Pehlivanov ( atomnuker gmail com ) */ |