projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf208f
)
jpeg2000: Remove unneeded variable initialization
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 1 Jul 2013 08:01:23 +0000
(10:01 +0200)
committer
Luca Barbato
<lu_zero@gentoo.org>
Tue, 2 Jul 2013 18:05:46 +0000
(20:05 +0200)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/jpeg2000.c
patch
|
blob
|
history
diff --git
a/libavcodec/jpeg2000.c
b/libavcodec/jpeg2000.c
index
73d2a38
..
4a16d58
100644
(file)
--- a/
libavcodec/jpeg2000.c
+++ b/
libavcodec/jpeg2000.c
@@
-202,7
+202,7
@@
int ff_jpeg2000_init_component(Jpeg2000Component *comp,
{
uint8_t log2_band_prec_width, log2_band_prec_height;
int reslevelno, bandno, gbandno = 0, ret, i, j;
- uint32_t csize
= 1
;
+ uint32_t csize;
if (!codsty->nreslevels2decode) {
av_log(avctx, AV_LOG_ERROR, "nreslevels2decode uninitialized\n");