mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-08 05:28:40 +00:00
Add gray16 and rgb48 png encoding regression tests.
This commit is contained in:
parent
811de351ea
commit
a8b117f800
@ -155,6 +155,8 @@ fi
|
|||||||
|
|
||||||
if [ -n "$do_png" ] ; then
|
if [ -n "$do_png" ] ; then
|
||||||
do_image_formats png
|
do_image_formats png
|
||||||
|
do_image_formats png "-pix_fmt gray16be"
|
||||||
|
do_image_formats png "-pix_fmt rgb48be"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$do_bmp" ] ; then
|
if [ -n "$do_bmp" ] ; then
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
c162094e51dc1a3203de43e496086dfd *./tests/data/images/png/02.png
|
c162094e51dc1a3203de43e496086dfd *./tests/data/images/png/02.png
|
||||||
./tests/data/images/png/%02d.png CRC=0x6da01946
|
./tests/data/images/png/%02d.png CRC=0x6da01946
|
||||||
248612 ./tests/data/images/png/02.png
|
248612 ./tests/data/images/png/02.png
|
||||||
|
63805114b3723490833789277246276f *./tests/data/images/png/02.png
|
||||||
|
./tests/data/images/png/%02d.png CRC=0x831a2963
|
||||||
|
41666 ./tests/data/images/png/02.png
|
||||||
|
b4c1f0b706a296ba6e791d436757dc5f *./tests/data/images/png/02.png
|
||||||
|
./tests/data/images/png/%02d.png CRC=0x5984c023
|
||||||
|
511879 ./tests/data/images/png/02.png
|
||||||
|
Loading…
Reference in New Issue
Block a user