This updates the declaration to match the actual size of the
table.
---
This is a troll-patch in the hope that someone will suggest a better
home for that declaration.
---
 libavcodec/jpegls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h
index 18c71a8..f6b972b 100644
--- a/libavcodec/jpegls.h
+++ b/libavcodec/jpegls.h
@@ -44,7 +44,7 @@ typedef struct JLSState{
     int run_index[3];
 }JLSState;
 
-extern const uint8_t ff_log2_run[32];
+extern const uint8_t ff_log2_run[41];
 
 /**
  * Calculate initial JPEG-LS parameters
-- 
1.7.12

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to