summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.h
diff options
context:
space:
mode:
authorDirk Ausserhaus <dausserhaus@gmail.com>2014-05-29 13:30:37 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2014-06-01 08:53:27 +0200
commitf76e3669bb350ca6df150244f3d28d7dc5599f01 (patch)
tree03a04c224b281ef39edded2a1803a7174f64ca07 /libavcodec/ivi_common.h
parent3df0d20028cb9d2daca16ac0dc6c3ab77183da37 (diff)
Decode both parts of Indeo4 IP frames
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r--libavcodec/ivi_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h
index 584bf07279..604b54958b 100644
--- a/libavcodec/ivi_common.h
+++ b/libavcodec/ivi_common.h
@@ -260,6 +260,9 @@ typedef struct IVI45DecContext {
int (*is_nonnull_frame)(struct IVI45DecContext *ctx);
int gop_invalid;
+
+ AVFrame *p_frame;
+ int got_p_frame;
} IVI45DecContext;
/** compare some properties of two pictures */