diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-03 11:10:33 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-07 09:25:02 +0100 |
commit | 585083dd1fc33b42ecd3f8095d49608c7c3dfe0d (patch) | |
tree | fa33df27575cd8c7780531338ed5bd991306ee1f /libavcodec/vp9.h | |
parent | cd1b7e2bd758165127106769a588a6384e41e9aa (diff) | |
download | ffmpeg-585083dd1fc33b42ecd3f8095d49608c7c3dfe0d.tar.gz |
vp9: add hwaccel hooks
Diffstat (limited to 'libavcodec/vp9.h')
-rw-r--r-- | libavcodec/vp9.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/vp9.h b/libavcodec/vp9.h index 27cdfc6968..df5bd4d85c 100644 --- a/libavcodec/vp9.h +++ b/libavcodec/vp9.h @@ -129,6 +129,9 @@ typedef struct VP9Frame { uint8_t *segmentation_map; struct VP9mvrefPair *mv; int uses_2pass; + + AVBufferRef *hwaccel_priv_buf; + void *hwaccel_picture_private; } VP9Frame; typedef struct VP9BitstreamHeader { |