diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-05-18 16:42:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-05-18 16:48:34 +0200 |
commit | d13fa0e995edc8a92359799ae6a9124d3a89306b (patch) | |
tree | 796039a1689d4e438f018f5ed4c85ca28e6ac69e /libavcodec/proresdec.h | |
parent | 7e570f027b9bb0b5504ed443c70ceb654930859d (diff) | |
download | ffmpeg-d13fa0e995edc8a92359799ae6a9124d3a89306b.tar.gz |
proresdec2: Support decoding transparency information.
Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.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 f42c44856f..de50daef00 100644 --- a/libavcodec/proresdec.h +++ b/libavcodec/proresdec.h @@ -49,6 +49,7 @@ typedef struct { uint8_t interlaced_scan[64]; const uint8_t *scan; int first_field; + int alpha_info; } ProresContext; #endif /* AVCODEC_PRORESDEC_H */ |