diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-05-19 16:07:42 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-05-20 11:19:48 +0200 |
commit | cf61aaaca16810b9b3a28395ed48fda8db0e87d9 (patch) | |
tree | b2c1b8cf6b2b918fa2d529c667851adbf3283ac0 /libavcodec/ivi_common.h | |
parent | 96037382210b5c1b0202647ac0ca196ce5de4487 (diff) | |
download | ffmpeg-cf61aaaca16810b9b3a28395ed48fda8db0e87d9.tar.gz |
indeo: check for invalid motion vectors
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r-- | libavcodec/ivi_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h index 6842d748b3..8c37b94da5 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -135,6 +135,7 @@ typedef struct { int band_num; ///< band number int width; int height; + int aheight; ///< aligned band height const uint8_t *data_ptr; ///< ptr to the first byte of the band data int data_size; ///< size of the band data int16_t *buf; ///< pointer to the output buffer for this band |