summaryrefslogtreecommitdiff
path: root/libavcodec/truespeech_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/truespeech_data.h')
-rw-r--r--libavcodec/truespeech_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/truespeech_data.h b/libavcodec/truespeech_data.h
index 572387cd7a..eef7da8eee 100644
--- a/libavcodec/truespeech_data.h
+++ b/libavcodec/truespeech_data.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef FFMPEG_TRUESPEECH_DATA_H
-#define FFMPEG_TRUESPEECH_DATA_H
+#ifndef AVCODEC_TRUESPEECH_DATA_H
+#define AVCODEC_TRUESPEECH_DATA_H
#include <stdint.h>
@@ -156,4 +156,4 @@ static const int16_t ts_5E2[8] =
static const int16_t ts_5F2[8] =
{ 0x6000, 0x4800, 0x3600, 0x2880, 0x1E60, 0x16C8, 0x1116, 0x0CD1 };
-#endif /* FFMPEG_TRUESPEECH_DATA_H */
+#endif /* AVCODEC_TRUESPEECH_DATA_H */