Removed trailing spaces.
svn-id: r30664
This commit is contained in:
parent
278857698d
commit
66e9d4f5e8
530 changed files with 6448 additions and 6448 deletions
|
@ -78,10 +78,10 @@ template<class T>
|
|||
void InitLUT() {
|
||||
int r, g, b;
|
||||
int Y, u, v;
|
||||
|
||||
|
||||
assert(T::kBytesPerPixel == 2);
|
||||
|
||||
// Allocate the YUV/LUT buffers on the fly if needed.
|
||||
// Allocate the YUV/LUT buffers on the fly if needed.
|
||||
if (RGBtoYUV == 0)
|
||||
RGBtoYUV = (uint32 *)malloc(65536 * sizeof(uint32));
|
||||
if (LUT16to32 == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue