From a92fd8a06256e71a0be87b03751ec3c2a4a8aa21 Mon Sep 17 00:00:00 2001 From: Mickaël Raulet Date: Mon, 4 Jul 2016 15:37:52 +0200 Subject: hevc: Add DC IDCT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Integrated to Libav by Josh de Kock . Signed-off-by: Alexandra Hájková --- libavcodec/hevcdsp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/hevcdsp.h') diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h index decd1c9376..bbc4cb27ce 100644 --- a/libavcodec/hevcdsp.h +++ b/libavcodec/hevcdsp.h @@ -47,6 +47,7 @@ typedef struct HEVCDSPContext { void (*dequant)(int16_t *coeffs); void (*transform_4x4_luma)(int16_t *coeffs); void (*idct[4])(int16_t *coeffs); + void (*idct_dc[4])(int16_t *coeffs); void (*sao_band_filter[4])(uint8_t *dst, uint8_t *src, ptrdiff_t stride, struct SAOParams *sao, int *borders, -- cgit v1.2.3