summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-05-05 19:20:29 -0300
committerJames Almer <jamrial@gmail.com>2018-05-05 19:20:38 -0300
commit08032331ac4ca7a3de7d0e0428bd35f0d2e954be (patch)
treec792a656772a703545c0d55a1b6f7ae9e593ea64
parenta26367493c13058c5021ddef318da726b57ff4a2 (diff)
downloadffmpeg-streaming-08032331ac4ca7a3de7d0e0428bd35f0d2e954be.zip
ffmpeg-streaming-08032331ac4ca7a3de7d0e0428bd35f0d2e954be.tar.gz
fate: update fate-sws-pixdesc-query reference file
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavfilter/vf_srcnn.c4
-rw-r--r--tests/ref/fate/sws-pixdesc-query5
2 files changed, 8 insertions, 1 deletions
diff --git a/libavfilter/vf_srcnn.c b/libavfilter/vf_srcnn.c
index d9b4891..dace2b9 100644
--- a/libavfilter/vf_srcnn.c
+++ b/libavfilter/vf_srcnn.c
@@ -28,7 +28,9 @@
#include "formats.h"
#include "internal.h"
#include "libavutil/opt.h"
-#include "unistd.h"
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#include "vf_srcnn.h"
#include "libavformat/avio.h"
diff --git a/tests/ref/fate/sws-pixdesc-query b/tests/ref/fate/sws-pixdesc-query
index 0adfdca..8071ec4 100644
--- a/tests/ref/fate/sws-pixdesc-query
+++ b/tests/ref/fate/sws-pixdesc-query
@@ -49,6 +49,8 @@ isNBPS:
gray10le
gray12be
gray12le
+ gray14be
+ gray14le
gray9be
gray9le
nv20be
@@ -121,6 +123,7 @@ isBE:
gbrpf32be
gray10be
gray12be
+ gray14be
gray16be
gray9be
nv20be
@@ -403,6 +406,8 @@ Gray:
gray10le
gray12be
gray12le
+ gray14be
+ gray14le
gray16be
gray16le
gray9be
OpenPOWER on IntegriCloud