summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-06-30 10:34:39 -0700
committerMartin Storsjö <martin@martin.st>2012-07-03 12:16:46 +0300
commitcbd9b2f918af681d206d10340f87fc6aced5cf3e (patch)
treec27f79cfc43bd2e02d22a013537a646ef00cb8f2 /libavcodec/snow.h
parent4d8516fdb15d0177ad745228508254dee187dff9 (diff)
snow: remove the runs[] VLA.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index 3ceb6af99d..aa27a50fd1 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -135,6 +135,7 @@ typedef struct SnowContext{
DWTELEM *temp_dwt_buffer;
IDWTELEM *spatial_idwt_buffer;
IDWTELEM *temp_idwt_buffer;
+ int *run_buffer;
int colorspace_type;
int chroma_h_shift;
int chroma_v_shift;