diff options
Diffstat (limited to 'libavcodec/vc1acdata.h')
-rw-r--r-- | libavcodec/vc1acdata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vc1acdata.h b/libavcodec/vc1acdata.h index a6acecd78e..72f1a8fc7f 100644 --- a/libavcodec/vc1acdata.h +++ b/libavcodec/vc1acdata.h @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <stdint.h> + #define AC_MODES 8 static const int vc1_ac_sizes[AC_MODES] = { |