diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-04 16:45:15 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-04 17:03:59 +0100 |
commit | 67ace7f0473ff968c7c615796b7a95c90fde68d2 (patch) | |
tree | 961b0f946e27cfc1873cb8f1d2a2bf601379f79f /libavcodec | |
parent | 91b4941c17bcf6bd4a0cfc7feb6d7c46868db433 (diff) | |
download | ffmpeg-67ace7f0473ff968c7c615796b7a95c90fde68d2.tar.gz |
musepack: remove unnecessary #include from mpcdata.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpcdata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpcdata.h b/libavcodec/mpcdata.h index ad06b7abca..397dad59d8 100644 --- a/libavcodec/mpcdata.h +++ b/libavcodec/mpcdata.h @@ -22,8 +22,6 @@ #ifndef AVCODEC_MPCDATA_H #define AVCODEC_MPCDATA_H -#include <stdint.h> - static const float mpc_CC[18] = { 65536.0000, 21845.3333, 13107.2000, 9362.2857, 7281.7778, 4369.0667, 2114.0645, 1040.2539, 516.0315, 257.0039, 128.2505, 64.0626, 32.0156, 16.0039, 8.0010, |