From 64250d94b74d3fd47cc8b1611f48daf6a6ed804a Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 19 Mar 2016 18:07:21 -0400 Subject: indeo4: Consistently initialize variables Avoid using multiple variables for the same purpose. --- libavcodec/ivi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/ivi.h') diff --git a/libavcodec/ivi.h b/libavcodec/ivi.h index c403739474..9b4824b081 100644 --- a/libavcodec/ivi.h +++ b/libavcodec/ivi.h @@ -218,7 +218,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 @@ -250,7 +249,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; -- cgit v1.2.3