git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sws: extend packed_16bpc_bswap code to handle planar formats
[ffmpeg.git]
/
libswscale
/
colorspace-test.c
diff --git
a/libswscale/colorspace-test.c
b/libswscale/colorspace-test.c
index
6d16785
..
42a915b
100644
(file)
--- a/
libswscale/colorspace-test.c
+++ b/
libswscale/colorspace-test.c
@@
-20,12
+20,12
@@
#include <stdio.h>
#include <string.h> /* for memset() */
-#include <unistd.h>
#include <stdlib.h>
#include <inttypes.h>
#include "swscale.h"
#include "rgb2rgb.h"
+#include "libavutil/mem.h"
#define SIZE 1000
#define srcByte 0x55