From 7a2491c436af41de103ca82294d79eb2031c6607 Mon Sep 17 00:00:00 2001 From: plepere Date: Mon, 28 Apr 2014 16:12:28 +0200 Subject: HEVC : added assembly MC functions pretty print x86 Reviewed-by: "Ronald S. Bultje" Signed-off-by: Michael Niedermayer --- libavcodec/hevcdsp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/hevcdsp.h') diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h index 678c8c9498..6fd5469ba1 100644 --- a/libavcodec/hevcdsp.h +++ b/libavcodec/hevcdsp.h @@ -2,6 +2,8 @@ * HEVC video decoder * * Copyright (C) 2012 - 2013 Guillaume Martres + * Copyright (C) 2013 - 2014 Pierre-Edouard Lepere + * * * This file is part of FFmpeg. * @@ -116,5 +118,6 @@ void ff_hevc_dsp_init(HEVCDSPContext *hpc, int bit_depth); extern const int8_t ff_hevc_epel_filters[7][4]; extern const int8_t ff_hevc_qpel_filters[3][16]; +void ff_hevcdsp_init_x86(HEVCDSPContext *c, const int bit_depth); #endif /* AVCODEC_HEVCDSP_H */ -- cgit v1.2.1