diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-07 19:38:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-07 19:38:23 +0200 |
commit | 8e6511c1e1fdd1ddd63cf609e8b981e5c811d4de (patch) | |
tree | 05380463334f71389af2c7adfc4444016226aa50 /libavcodec/proresdec.h | |
parent | af2a17c09ad1324def0c3d6d8e8a2951ab9f8501 (diff) | |
download | ffmpeg-8e6511c1e1fdd1ddd63cf609e8b981e5c811d4de.tar.gz |
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.h | 1 |
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 { |