[FFmpeg-cvslog] aacenc_pred: correct header information
Rostislav Pehlivanov
git at videolan.org
Sat Oct 17 03:31:45 CEST 2015
ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Sat Oct 17 02:10:56 2015 +0100| [564db3e55dfd3a56bf39eeddcd0e7bfa44442830] | committer: Rostislav Pehlivanov
aacenc_pred: correct header information
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=564db3e55dfd3a56bf39eeddcd0e7bfa44442830
---
libavcodec/aacenc_pred.c | 2 +-
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 524ec66..293f9d8 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 a78dec7..aa305f4 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 )
*/
More information about the ffmpeg-cvslog
mailing list