diff jpegls.c @ 7146:d3a1ac3e227b libavcodec

move ff_log2_run to bitstream.c and reuse in ffv1.c
author stefang
date Thu, 26 Jun 2008 16:39:21 +0000
parents ddb28de352bb
children 7df2cf766685
line wrap: on
line diff
--- a/jpegls.c	Thu Jun 26 11:25:42 2008 +0000
+++ b/jpegls.c	Thu Jun 26 16:39:21 2008 +0000
@@ -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;