summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-06-16 18:22:11 +0200
committerAnton Khirnov <anton@khirnov.net>2015-07-08 23:40:11 +0200
commit66acb76bb0492b263215ca9b4d927a7be39ace02 (patch)
treebee4bb5e7b471bd267857a29d9e4af3e65132707 /libavcodec/hevc.h
parent3a85397e8bb477eb34678d9edc52893f57003226 (diff)
lavc: add Intel libmfx-based HEVC encoder
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 8b06e1f4cd..60377c21de 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -1008,6 +1008,9 @@ void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth);
int ff_hevc_extract_rbsp(const uint8_t *src, int length,
HEVCNAL *nal);
+int ff_hevc_encode_nal_vps(HEVCVPS *vps, unsigned int id,
+ uint8_t *buf, int buf_size);
+
extern const uint8_t ff_hevc_qpel_extra_before[4];
extern const uint8_t ff_hevc_qpel_extra_after[4];
extern const uint8_t ff_hevc_qpel_extra[4];