diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-01-25 13:01:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-27 12:37:34 +0100 |
commit | b2e9b0f5d4dca93f54fba85f3345970a636e2b82 (patch) | |
tree | 3fb514861f3c7a2f19d22acbd6fe6c09b31ffe4d /libavcodec/hevc.h | |
parent | 06894f1a04dda384ab3632b2342f0f97ec9ebed9 (diff) | |
download | ffmpeg-b2e9b0f5d4dca93f54fba85f3345970a636e2b82.tar.gz |
hevc: add hwaccel hooks
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 8555d474e3..1727b6097d 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -718,6 +718,9 @@ typedef struct HEVCFrame { AVBufferRef *rpl_tab_buf; AVBufferRef *rpl_buf; + AVBufferRef *hwaccel_priv_buf; + void *hwaccel_picture_private; + /** * A sequence counter, so that old frames are output first * after a POC reset |