diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-06 15:22:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-06 15:22:18 +0200 |
commit | 4916088a93027fa0a4097c6f2b9086a2861856ac (patch) | |
tree | c13992f574080d2c93266ad56ec5ee8795ad18de | |
parent | 3ee796760a8964e358925b04836f14c07a5cad52 (diff) | |
download | ffmpeg-4916088a93027fa0a4097c6f2b9086a2861856ac.tar.gz |
fate: fix dpx on big endian
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index cd96567325..a4b2ad5b08 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -247,7 +247,7 @@ fi if [ -n "$do_dpx" ] ; then do_image_formats dpx do_image_formats dpx "-pix_fmt gbrp10le" "-pix_fmt gbrp10le" -do_image_formats dpx "-pix_fmt gbrp12le" +do_image_formats dpx "-pix_fmt gbrp12le" "-pix_fmt gbrp12le" do_image_formats dpx "-pix_fmt rgb48le" do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le" do_image_formats dpx "-pix_fmt rgba64le" |