include all prerequisites in header files

Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2007-06-16 22:59:13 +00:00
parent c2d08dc0d7
commit 99545457bf
72 changed files with 180 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
#ifndef AVCODEC_RL_H
#define AVCODEC_RL_H
#include <stdint.h>
#include "bitstream.h"
#include "mpegvideo.h"
/** RLTable. */
typedef struct RLTable {
int n; ///< number of entries of table_vlc minus 1