summaryrefslogtreecommitdiff
path: root/libavcodec/jpegls.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/jpegls.c')
-rw-r--r--libavcodec/jpegls.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/jpegls.c b/libavcodec/jpegls.c
index 8a6f5065c2..352183bcd7 100644
--- a/libavcodec/jpegls.c
+++ b/libavcodec/jpegls.c
@@ -27,13 +27,6 @@
#include "jpegls.h"
-const uint8_t ff_log2_run[32]={
- 0, 0, 0, 0, 1, 1, 1, 1,
- 2, 2, 2, 2, 3, 3, 3, 3,
- 4, 4, 5, 5, 6, 6, 7, 7,
- 8, 9,10,11,12,13,14,15
-};
-
void ff_jpegls_init_state(JLSState *state){
int i;