summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-05-19 13:08:51 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-05-20 11:19:48 +0200
commita6e4ac40a62930d3c90f869990f96fedb9a5d654 (patch)
tree385eea76fe3091769b1477595250806522e13e66 /libavcodec/ivi_common.h
parentfe7a37c36febd71576cbefc385d995a8d6e444e7 (diff)
indeo: track tile macroblock size
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 d3edea0c0e..6842d748b3 100644
--- a/libavcodec/ivi_common.h
+++ b/libavcodec/ivi_common.h
@@ -118,6 +118,7 @@ typedef struct {
int ypos;
int width;
int height;
+ int mb_size;
int is_empty; ///< = 1 if this tile doesn't contain any data
int data_size; ///< size of the data in bytes
int num_MBs; ///< number of macroblocks in this tile