diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-01-25 12:58:48 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-01-27 09:05:08 +0100 |
commit | e72e8c5a1df61447ac7af750531e96e8b62d02ba (patch) | |
tree | 23575c79d3e9fcf6dfb9b798e59d20ab8f106445 /libavcodec/hevc.h | |
parent | 4b95e95dbae58c9b60891284bf8b5bbd83e5293a (diff) | |
download | ffmpeg-e72e8c5a1df61447ac7af750531e96e8b62d02ba.tar.gz |
hevc: add hwaccel hooks
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 b78b1645fc..333ea4634b 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -676,6 +676,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 |