diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-03 14:14:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-03 15:00:15 +0200 |
commit | 62738157dd54475194f9bfadbe80a45e32771931 (patch) | |
tree | bc323b840255459ee121fcd09ba8c2ed43ed0806 /tests | |
parent | b7ed18b9bd0f73f1c7aa5533918ea5013dbd593c (diff) | |
download | ffmpeg-streaming-62738157dd54475194f9bfadbe80a45e32771931.zip ffmpeg-streaming-62738157dd54475194f9bfadbe80a45e32771931.tar.gz |
pnmdec: always output native pixel format
This simplifies the code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 4d5c7dc..cd96567 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -235,8 +235,8 @@ if [ -n "$do_pam" ] ; then do_image_formats pam do_image_formats pam "-pix_fmt rgba" do_image_formats pam "-pix_fmt gray" -do_image_formats pam "-pix_fmt gray16be" -do_image_formats pam "-pix_fmt rgb48be" +do_image_formats pam "-pix_fmt gray16be" "-pix_fmt gray16be" +do_image_formats pam "-pix_fmt rgb48be" "-pix_fmt rgb48be" do_image_formats pam "-pix_fmt monob" fi |