diff options
Diffstat (limited to 'contrib/ffmpeg/libavcodec/vc1acdata.h')
-rw-r--r-- | contrib/ffmpeg/libavcodec/vc1acdata.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ffmpeg/libavcodec/vc1acdata.h b/contrib/ffmpeg/libavcodec/vc1acdata.h index a6acecd78..f775283dd 100644 --- a/contrib/ffmpeg/libavcodec/vc1acdata.h +++ b/contrib/ffmpeg/libavcodec/vc1acdata.h @@ -19,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef FFMPEG_VC1ACDATA_H +#define FFMPEG_VC1ACDATA_H + +#include <stdint.h> + #define AC_MODES 8 static const int vc1_ac_sizes[AC_MODES] = { @@ -583,3 +588,5 @@ static const uint8_t vc1_last_delta_run_table[AC_MODES][10] = { -1, 30, 28, 3, 0 } }; + +#endif /* FFMPEG_VC1ACDATA_H */ |