[FFmpeg-devel] [PATCH 2/5] h264idct: 12 and 14 bit support

Michael Niedermayer michaelni at gmx.at
Thu Jul 5 01:41:45 CEST 2012


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 libavcodec/h264idct.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c
index 7d1ee00..d92025c 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
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list