Commit 29f33f11 authored by diego's avatar diego

#include just the required stdint.h instead of libavutil/common.h.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19497 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 577d3e81
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#ifndef AVCODEC_AC3DEC_DATA_H #ifndef AVCODEC_AC3DEC_DATA_H
#define 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_ac3_ungroup_3_in_5_bits_tab[32][3];
extern const uint8_t ff_eac3_hebap_tab[64]; extern const uint8_t ff_eac3_hebap_tab[64];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment