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/sbr.h | |
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/sbr.h')
-rw-r--r-- | libavcodec/sbr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h index adf799a7e6..1c87a2e564 100644 --- a/libavcodec/sbr.h +++ b/libavcodec/sbr.h @@ -31,7 +31,7 @@ #include <stdint.h> #include "fft.h" -#include "ps.h" +#include "aacps.h" /** * Spectral Band Replication header - spectrum parameters that invoke a reset if they differ from the previous header. |