summaryrefslogtreecommitdiff
path: root/libavcodec/ivi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ivi.h')
-rw-r--r--libavcodec/ivi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/ivi.h b/libavcodec/ivi.h
index 5dadd9f4a5..c403739474 100644
--- a/libavcodec/ivi.h
+++ b/libavcodec/ivi.h
@@ -47,7 +47,6 @@ enum {
};
#define IVI_VLC_BITS 13 ///< max number of bits of the ivi's huffman codes
-#define IVI4_STREAM_ANALYSER 0
#define IVI5_IS_PROTECTED 0x20
/**
@@ -249,13 +248,12 @@ typedef struct IVI45DecContext {
uint8_t gop_flags;
uint32_t lock_word;
-#if IVI4_STREAM_ANALYSER
+ int show_indeo4_info;
uint8_t has_b_frames;
uint8_t has_transp;
uint8_t uses_tiling;
uint8_t uses_haar;
uint8_t uses_fullpel;
-#endif
int (*decode_pic_hdr) (struct IVI45DecContext *ctx, AVCodecContext *avctx);
int (*decode_band_hdr) (struct IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext *avctx);