1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

indeo: check for invalid motion vectors

This commit is contained in:
Kostya Shishkov
2012-05-19 16:07:42 +02:00
parent 9603738221
commit cf61aaaca1
2 changed files with 17 additions and 0 deletions

View File

@@ -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