Commit 08032331 authored by James Almer's avatar James Almer

fate: update fate-sws-pixdesc-query reference file

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent a2636749
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
#include "formats.h" #include "formats.h"
#include "internal.h" #include "internal.h"
#include "libavutil/opt.h" #include "libavutil/opt.h"
#include "unistd.h" #if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "vf_srcnn.h" #include "vf_srcnn.h"
#include "libavformat/avio.h" #include "libavformat/avio.h"
......
...@@ -49,6 +49,8 @@ isNBPS: ...@@ -49,6 +49,8 @@ isNBPS:
gray10le gray10le
gray12be gray12be
gray12le gray12le
gray14be
gray14le
gray9be gray9be
gray9le gray9le
nv20be nv20be
...@@ -121,6 +123,7 @@ isBE: ...@@ -121,6 +123,7 @@ isBE:
gbrpf32be gbrpf32be
gray10be gray10be
gray12be gray12be
gray14be
gray16be gray16be
gray9be gray9be
nv20be nv20be
...@@ -403,6 +406,8 @@ Gray: ...@@ -403,6 +406,8 @@ Gray:
gray10le gray10le
gray12be gray12be
gray12le gray12le
gray14be
gray14le
gray16be gray16be
gray16le gray16le
gray9be gray9be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment