Browse Source

aacenc_pred: correct header information

tags/n3.0
Rostislav Pehlivanov 10 years ago
parent
commit
564db3e55d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/aacenc_pred.c
  2. +1
    -1
      libavcodec/aacenc_pred.h

+ 1
- 1
libavcodec/aacenc_pred.c View File

@@ -21,7 +21,7 @@

/**
* @file
* AAC encoder Intensity Stereo
* AAC encoder main-type prediction
* @author Rostislav Pehlivanov ( atomnuker gmail com )
*/



+ 1
- 1
libavcodec/aacenc_pred.h View File

@@ -21,7 +21,7 @@

/**
* @file
* AAC encoder main prediction
* AAC encoder main-type prediction
* @author Rostislav Pehlivanov ( atomnuker gmail com )
*/



Loading…
Cancel
Save