diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-04-17 18:53:05 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-04-17 18:53:11 +0100 |
commit | d9357332ae9a531075a50bc6ad24a166fe5a53ad (patch) | |
tree | 6073a4229929b3b245adae2605601176fff3231e /libavcodec/ivi.h | |
parent | 1117d6f4b122aa4189c27e3568154e029dfdcbe7 (diff) | |
parent | 64250d94b74d3fd47cc8b1611f48daf6a6ed804a (diff) | |
download | ffmpeg-d9357332ae9a531075a50bc6ad24a166fe5a53ad.tar.gz |
Merge commit '64250d94b74d3fd47cc8b1611f48daf6a6ed804a'
* commit '64250d94b74d3fd47cc8b1611f48daf6a6ed804a':
indeo4: Consistently initialize variables
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/ivi.h')
-rw-r--r-- | libavcodec/ivi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/ivi.h b/libavcodec/ivi.h index 6969d6e7b6..3571808247 100644 --- a/libavcodec/ivi.h +++ b/libavcodec/ivi.h @@ -219,7 +219,6 @@ typedef struct IVI45DecContext { int prev_frame_type; ///< frame type of the previous frame uint32_t data_size; ///< size of the frame data in bytes from picture header int is_scalable; - int transp_status; ///< transparency mode status: 1 - enabled const uint8_t *frame_data; ///< input frame data pointer int inter_scal; ///< signals a sequence of scalable inter frames uint32_t frame_size; ///< frame size in bytes @@ -251,7 +250,7 @@ typedef struct IVI45DecContext { int show_indeo4_info; uint8_t has_b_frames; - uint8_t has_transp; + uint8_t has_transp; ///< transparency mode status: 1 - enabled uint8_t uses_tiling; uint8_t uses_haar; uint8_t uses_fullpel; |