summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/jpeg2000.c')
-rw-r--r--libavcodec/jpeg2000.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/jpeg2000.c b/libavcodec/jpeg2000.c
index 5889f80576..51823e6cd7 100644
--- a/libavcodec/jpeg2000.c
+++ b/libavcodec/jpeg2000.c
@@ -115,7 +115,6 @@ static int getsigctxno(int flag, int bandno)
return 2;
if (d == 1)
return 1;
- return 0;
} else {
if (d >= 3)
return 8;
@@ -135,7 +134,6 @@ static int getsigctxno(int flag, int bandno)
return 2;
if (h + v == 1)
return 1;
- return 0;
}
return 0;
}