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:
authorMartin Vignali <martin.vignali@gmail.com>2018-11-18 01:36:23 +0300
committerMartin Vignali <martin.vignali@gmail.com>2018-12-02 14:55:40 +0300
commit1cccf9365df0351467eca13313ae989da5c2b0f3 (patch)
tree2d406d4178b05b6153f38001005bb69ef6a603d0 /libavcodec/proresdec.h
parent9a22e6fa1dec29cc2f8bc3cd217d20573e19ebe7 (diff)
avcodec/proresdec : put unpack alpha func in prores ctx
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 14ede5d16b..3d99eba078 100644
--- a/libavcodec/proresdec.h
+++ b/libavcodec/proresdec.h
@@ -50,6 +50,7 @@ typedef struct {
const uint8_t *scan;
int first_field;
int alpha_info;
+ void (*unpack_alpha)(GetBitContext *gb, uint16_t *dst, int num_coeffs, const int num_bits);
} ProresContext;
#endif /* AVCODEC_PRORESDEC_H */