From e121ac634ba324a318f4a97f978dcfb48da6b735 Mon Sep 17 00:00:00 2001 From: Dirk Ausserhaus Date: Fri, 20 Jun 2014 20:15:20 +0200 Subject: indeo45: use is_indeo4 context flag instead of checking codec ID Signed-off-by: Kostya Shishkov --- libavcodec/ivi_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ivi_common.h') diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h index 604b54958b..515b073ca9 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -261,6 +261,8 @@ typedef struct IVI45DecContext { int gop_invalid; + int is_indeo4; + AVFrame *p_frame; int got_p_frame; } IVI45DecContext; -- cgit v1.2.3