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:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-03 13:10:33 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-07 11:25:02 +0300
commit585083dd1fc33b42ecd3f8095d49608c7c3dfe0d (patch)
treefa33df27575cd8c7780531338ed5bd991306ee1f /libavcodec/vp9.h
parentcd1b7e2bd758165127106769a588a6384e41e9aa (diff)
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 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 {