From d13fa0e995edc8a92359799ae6a9124d3a89306b Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 18 May 2013 16:42:29 +0200 Subject: proresdec2: Support decoding transparency information. Signed-off-by: Carl Eugen Hoyos --- libavcodec/proresdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/proresdec.h') 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 */ -- cgit v1.2.3