summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp9.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-03 11:10:33 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-07 09:25:02 +0100
commit585083dd1fc33b42ecd3f8095d49608c7c3dfe0d (patch)
treefa33df27575cd8c7780531338ed5bd991306ee1f /libavcodec/vp9.h
parentcd1b7e2bd758165127106769a588a6384e41e9aa (diff)
downloadffmpeg-streaming-585083dd1fc33b42ecd3f8095d49608c7c3dfe0d.zip
ffmpeg-streaming-585083dd1fc33b42ecd3f8095d49608c7c3dfe0d.tar.gz
vp9: add hwaccel hooks
Diffstat (limited to 'libavcodec/vp9.h')
-rw-r--r--libavcodec/vp9.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/vp9.h b/libavcodec/vp9.h
index 27cdfc6..df5bd4d 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 {
OpenPOWER on IntegriCloud