lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
Originally committed as revision 20724 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f38e450746
commit
bdcc13f2bf
@ -30,8 +30,6 @@
|
|||||||
#ifndef AVCODEC_LZW_H
|
#ifndef AVCODEC_LZW_H
|
||||||
#define AVCODEC_LZW_H
|
#define AVCODEC_LZW_H
|
||||||
|
|
||||||
#include "get_bits.h"
|
|
||||||
|
|
||||||
struct PutBitContext;
|
struct PutBitContext;
|
||||||
|
|
||||||
enum FF_LZW_MODES{
|
enum FF_LZW_MODES{
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
#include "tiff.h"
|
#include "tiff.h"
|
||||||
#include "faxcompr.h"
|
#include "faxcompr.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
#include "libavutil/intreadwrite.h"
|
||||||
|
|
||||||
typedef struct TiffContext {
|
typedef struct TiffContext {
|
||||||
AVCodecContext *avctx;
|
AVCodecContext *avctx;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user