[FFmpeg-cvslog] h264idct: 12 and 14 bit support

Michael Niedermayer git at videolan.org
Tue Jul 10 02:19:54 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul  5 01:33:18 2012 +0200| [69d5e40e5afe24439a5b820ca135e1609c8d58a0] | committer: Michael Niedermayer

h264idct: 12 and 14 bit support

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69d5e40e5afe24439a5b820ca135e1609c8d58a0
---

 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



More information about the ffmpeg-cvslog mailing list