mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
include all prerequisites in header files
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user