diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-08-22 10:14:17 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-08-22 10:14:17 -0700 |
commit | 5f1c37aefbdcefa1a68ba3ea8bbc7e70aa672960 (patch) | |
tree | 33c3f2f09c60de29286b7bb5ea999748fd14166f /libavcodec/aacenc_tns.h | |
parent | c5d9e9b354a3b9d9b1e8f69a19d2eb3ef91679ff (diff) | |
download | ffmpeg-5f1c37aefbdcefa1a68ba3ea8bbc7e70aa672960.tar.gz |
avcodec: Fix `make checkheaders`
Diffstat (limited to 'libavcodec/aacenc_tns.h')
-rw-r--r-- | libavcodec/aacenc_tns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacenc_tns.h b/libavcodec/aacenc_tns.h index 44afe0318b..789e9a64fe 100644 --- a/libavcodec/aacenc_tns.h +++ b/libavcodec/aacenc_tns.h @@ -28,7 +28,7 @@ #ifndef AVCODEC_AACENC_TNS_H #define AVCODEC_AACENC_TNS_H -#include "aac.h" +#include "aacenc.h" /** Frequency in Hz for lower limit of TNS **/ #define TNS_LOW_LIMIT 2150 |