Re: [libav-devel] [PATCH] indeo4: Consistently initialize variables

2016-03-19 Thread Luca Barbato
On 19/03/16 23:07, Vittorio Giovara wrote: > Avoid using multiple variables for the same purpose. > --- > libavcodec/indeo4.c | 9 +++-- > libavcodec/ivi.h| 3 +-- > 2 files changed, 4 insertions(+), 8 deletions(-) > Ok. ___ libav-devel

[libav-devel] [PATCH] indeo4: Consistently initialize variables

2016-03-19 Thread Vittorio Giovara
Avoid using multiple variables for the same purpose. --- libavcodec/indeo4.c | 9 +++-- libavcodec/ivi.h| 3 +-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/libavcodec/indeo4.c b/libavcodec/indeo4.c index 4ec09dc..217311f 100644 --- a/libavcodec/indeo4.c +++