summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec.h
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2021-11-13 13:37:26 -0600
committerrcombs <rcombs@rcombs.me>2021-11-28 16:40:58 -0600
commit805bf2ebc94b6a0583fa6ea8cfd4a797c8f20850 (patch)
treec3b35d880c23358f8cc42e6a4626f6f54b2b0df0 /libavcodec/proresdec.h
parent350eb59f8c25372067b7e338b45cce97fe892e4f (diff)
lavc/proresdec: add scaffolding for hwdec support
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 06e41dd09a..1e48752e6f 100644
--- a/libavcodec/proresdec.h
+++ b/libavcodec/proresdec.h
@@ -52,6 +52,7 @@ typedef struct {
int first_field;
int alpha_info;
void (*unpack_alpha)(GetBitContext *gb, uint16_t *dst, int num_coeffs, const int num_bits);
+ enum AVPixelFormat pix_fmt;
} ProresContext;
#endif /* AVCODEC_PRORESDEC_H */