diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-16 10:57:56 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-16 10:57:56 +0100 |
commit | a8b117f800152bd19f1f99f9a76b5b1933927441 (patch) | |
tree | 0ae3120fddf77c994e1aee507eac45a3e405d990 /tests/lavf-regression.sh | |
parent | 811de351eab675ca108db9b0c018fe82afa577fc (diff) | |
download | ffmpeg-a8b117f800152bd19f1f99f9a76b5b1933927441.tar.gz |
Add gray16 and rgb48 png encoding regression tests.
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 47cadda0b0..e5fd78ca25 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -155,6 +155,8 @@ fi if [ -n "$do_png" ] ; then do_image_formats png +do_image_formats png "-pix_fmt gray16be" +do_image_formats png "-pix_fmt rgb48be" fi if [ -n "$do_bmp" ] ; then |