X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fproresdec.h;h=06e41dd09ad088b0768ac2b4f10dadd30c84d92b;hb=0181162bb54ce62ec212436a12d059726d8cd1df;hp=14ede5d16bf263a3cf647fefe201398b74db2207;hpb=f4cf6ba8c9646814af842a99335c6ee312ded299;p=ffmpeg diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h index 14ede5d16bf..06e41dd09ad 100644 --- a/libavcodec/proresdec.h +++ b/libavcodec/proresdec.h @@ -22,6 +22,7 @@ #ifndef AVCODEC_PRORESDEC_H #define AVCODEC_PRORESDEC_H +#include "get_bits.h" #include "blockdsp.h" #include "proresdsp.h" @@ -50,6 +51,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 */