[FFmpeg-devel] [PATCH 1/2] fate: add fate-sws-pixdesc-query
Carl Eugen Hoyos
ceffmpeg at gmail.com
Mon Jul 24 02:55:40 EEST 2017
2017-03-19 15:00 GMT+01:00 Clément Bœsch <u at pkh.me>:
> Test the pixel format querying within libswscale.
Afaict, this broke fate on big-endian:
$ make fate-sws-pixdesc-query
TEST sws-pixdesc-query
--- ./tests/ref/fate/sws-pixdesc-query 2017-07-23 16:42:59.000000000 -0700
+++ tests/data/fate/sws-pixdesc-query 2017-07-23 16:50:48.000000000 -0700
@@ -407,8 +407,8 @@
rgb8
rgb4
rgb4_byte
- abgr
- bgra
+ argb
+ rgba
rgb48be
rgb48le
rgb565be
@@ -427,8 +427,8 @@
bgr8
bgr4
bgr4_byte
- argb
- rgba
+ abgr
+ bgra
bgr565be
bgr565le
bgr555be
Test sws-pixdesc-query failed. Look at
tests/data/fate/sws-pixdesc-query.err for details.
make: *** [fate-sws-pixdesc-query] Error 1
Carl Eugen
More information about the ffmpeg-devel
mailing list