Browse Source

h264idct: 12 and 14 bit support

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
69d5e40e5a
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      libavcodec/h264idct.c

+ 8
- 0
libavcodec/h264idct.c View File

@@ -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

Loading…
Cancel
Save