summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-05-19 16:07:42 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-05-20 11:19:48 +0200
commitcf61aaaca16810b9b3a28395ed48fda8db0e87d9 (patch)
treeb2c1b8cf6b2b918fa2d529c667851adbf3283ac0 /libavcodec/ivi_common.h
parent96037382210b5c1b0202647ac0ca196ce5de4487 (diff)
indeo: check for invalid motion vectors
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r--libavcodec/ivi_common.h1
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