diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-15 13:26:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-15 13:26:19 +0200 |
commit | 0846719dd11ab3f7a7caee13e7af71f71d913389 (patch) | |
tree | 531b38ab7fa2f2c21af0939ca7ae709d0cc34afc /libavcodec/ivi_common.h | |
parent | 5a59d2c40bf805d14c7e43115d946c5afb5535ca (diff) | |
download | ffmpeg-0846719dd11ab3f7a7caee13e7af71f71d913389.tar.gz |
indeo4: check transform size.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 dd060854f3..78b6e1c656 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -160,6 +160,7 @@ typedef struct { InvTransformPtr *inv_transform; DCTransformPtr *dc_transform; int is_2d_trans; ///< 1 indicates that the two-dimensional inverse transform is used + int transform_size; ///< block size of the transform int32_t checksum; ///< for debug purposes int checksum_present; int bufsize; ///< band buffer size in bytes |