mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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
|
#define BIT_DEPTH 10
|
||||||
#include "h264idct_template.c"
|
#include "h264idct_template.c"
|
||||||
#undef BIT_DEPTH
|
#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
Block a user