diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-05-19 13:08:51 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-05-20 11:19:48 +0200 |
commit | a6e4ac40a62930d3c90f869990f96fedb9a5d654 (patch) | |
tree | 385eea76fe3091769b1477595250806522e13e66 /libavcodec/ivi_common.h | |
parent | fe7a37c36febd71576cbefc385d995a8d6e444e7 (diff) | |
download | ffmpeg-a6e4ac40a62930d3c90f869990f96fedb9a5d654.tar.gz |
indeo: track tile macroblock size
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 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 |