[FFmpeg-devel] [PATCH]Test 16bit sgi encoding

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 23 12:30:48 CET 2012


Hi!

Attached patch adds a fate test for 16bit sgi encoding.

Please comment, Carl Eugen
-------------- next part --------------
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index af34e86..4ad21e8 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -173,6 +173,7 @@ fi
 
 if [ -n "$do_sgi" ] ; then
 do_image_formats sgi
+do_image_formats sgi "-pix_fmt rgb48be"
 fi
 
 if [ -n "$do_jpg" ] ; then
diff --git a/tests/ref/lavf/sgi b/tests/ref/lavf/sgi
index a43c1f4..65df598 100644
--- a/tests/ref/lavf/sgi
+++ b/tests/ref/lavf/sgi
@@ -1,3 +1,6 @@
 7054acafd275e51cec28d4518e213081 *./tests/data/images/sgi/02.sgi
 ./tests/data/images/sgi/%02d.sgi CRC=0x6da01946
 308151 ./tests/data/images/sgi/02.sgi
+b601d58a97fc43342a69cf260687b857 *./tests/data/images/sgi/02.sgi
+./tests/data/images/sgi/%02d.sgi CRC=0x5984c023
+608768 ./tests/data/images/sgi/02.sgi


More information about the ffmpeg-devel mailing list