diff options
author | Dirk Ausserhaus <dausserhaus@gmail.com> | 2014-06-20 20:15:20 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2014-06-23 09:29:39 +0200 |
commit | e121ac634ba324a318f4a97f978dcfb48da6b735 (patch) | |
tree | 50bbdb76b3190e0a87c26302a41dc7e89b98437f /libavcodec/ivi_common.h | |
parent | c67b449bebbe0b35c73b203683e77a0a649bc765 (diff) | |
download | ffmpeg-e121ac634ba324a318f4a97f978dcfb48da6b735.tar.gz |
indeo45: use is_indeo4 context flag instead of checking codec ID
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r-- | libavcodec/ivi_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |