diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-06-22 19:29:03 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-06-22 19:29:03 +0000 |
commit | fd6eb4a06c31e518060e27a818b8acf4410be94a (patch) | |
tree | 04033adc5b3df5d7b221b79aaca330187732becf /libavcodec/aacsbr.c | |
parent | 3b636f21daa6996e20ef97131a1c3649c3043304 (diff) | |
download | ffmpeg-fd6eb4a06c31e518060e27a818b8acf4410be94a.tar.gz |
Move Parametric Stereo related ps* files to aacps*.
Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacsbr.c')
-rw-r--r-- | libavcodec/aacsbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacsbr.c b/libavcodec/aacsbr.c index b0bf219293..ca5c52cce3 100644 --- a/libavcodec/aacsbr.c +++ b/libavcodec/aacsbr.c @@ -31,7 +31,7 @@ #include "aacsbr.h" #include "aacsbrdata.h" #include "fft.h" -#include "ps.h" +#include "aacps.h" #include <stdint.h> #include <float.h> |