mirror of https://git.ffmpeg.org/ffmpeg.git
h264idct: 12 and 14 bit support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6ff6a51b86
commit
69d5e40e5a
|
@ -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…
Reference in New Issue