From 69d5e40e5afe24439a5b820ca135e1609c8d58a0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 5 Jul 2012 01:33:18 +0200 Subject: h264idct: 12 and 14 bit support Signed-off-by: Michael Niedermayer --- libavcodec/h264idct.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libavcodec') diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c index 7d1ee007bc..d92025ce01 100644 --- a/libavcodec/h264idct.c +++ b/libavcodec/h264idct.c @@ -36,3 +36,11 @@ #define BIT_DEPTH 10 #include "h264idct_template.c" #undef BIT_DEPTH + +#define BIT_DEPTH 12 +#include "h264idct_template.c" +#undef BIT_DEPTH + +#define BIT_DEPTH 14 +#include "h264idct_template.c" +#undef BIT_DEPTH -- cgit v1.2.3