This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
6ff6a51b86
commit
69d5e40e5a
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save