COSMETICS: tabs --> spaces, some prettyprinting
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
50827fcf44
commit
bb270c0896
178 changed files with 21340 additions and 21340 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#define SCALEBITS 8
|
||||
#define ONE_HALF (1 << (SCALEBITS - 1))
|
||||
#define FIX(x) ((int) ((x) * (1L<<SCALEBITS) + 0.5))
|
||||
#define FIX(x) ((int) ((x) * (1L<<SCALEBITS) + 0.5))
|
||||
typedef unsigned char uint8_t;
|
||||
|
||||
static void rgb24_to_yuv420p(uint8_t *lum, uint8_t *cb, uint8_t *cr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue