Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-07 21:38:23 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-07 21:38:23 +0400
commit8e6511c1e1fdd1ddd63cf609e8b981e5c811d4de (patch)
tree05380463334f71389af2c7adfc4444016226aa50 /libavcodec/proresdec.h
parentaf2a17c09ad1324def0c3d6d8e8a2951ab9f8501 (diff)
proresdec2: avoid VLA and use SliceContext instead.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/proresdec.h')
-rw-r--r--libavcodec/proresdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h
index b3a81d5044..1c56227cbf 100644
--- a/libavcodec/proresdec.h
+++ b/libavcodec/proresdec.h
@@ -31,6 +31,7 @@ typedef struct {
unsigned mb_y;
unsigned mb_count;
unsigned data_size;
+ int ret;
} SliceContext;
typedef struct {