projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4b505
)
#include just the required stdint.h instead of libavutil/common.h.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 22 Jul 2009 22:57:17 +0000
(22:57 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 22 Jul 2009 22:57:17 +0000
(22:57 +0000)
Originally committed as revision 19497 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3dec_data.h
patch
|
blob
|
history
diff --git
a/libavcodec/ac3dec_data.h
b/libavcodec/ac3dec_data.h
index
c9bb586
..
b3e8711
100644
(file)
--- a/
libavcodec/ac3dec_data.h
+++ b/
libavcodec/ac3dec_data.h
@@
-22,7
+22,7
@@
#ifndef AVCODEC_AC3DEC_DATA_H
#define AVCODEC_AC3DEC_DATA_H
-#include
"libavutil/common.h"
+#include
<stdint.h>
extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
extern const uint8_t ff_eac3_hebap_tab[64];