summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodata.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-05-19 13:27:24 +0100
committerMans Rullgard <mans@mansr.com>2011-05-20 11:05:19 +0100
commitf255a28d140a64ea4c1a5060061863aec993b5ea (patch)
treec412f95b084ce3639a3b2d008725c7f1cc8874c3 /libavcodec/mpegaudiodata.h
parent0199e00bc80a55aacf7ecd393bf32dcd64e06739 (diff)
mpegaudio: clean up #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegaudiodata.h')
-rw-r--r--libavcodec/mpegaudiodata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h
index 841ec516ba..84458836fa 100644
--- a/libavcodec/mpegaudiodata.h
+++ b/libavcodec/mpegaudiodata.h
@@ -27,7 +27,7 @@
#ifndef AVCODEC_MPEGAUDIODATA_H
#define AVCODEC_MPEGAUDIODATA_H
-#include "libavutil/common.h"
+#include <stdint.h>
#define MODE_EXT_MS_STEREO 2
#define MODE_EXT_I_STEREO 1