[FFmpeg-cvslog] fate: fix dpx on big endian
Michael Niedermayer
git at videolan.org
Sun Oct 6 15:30:12 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Oct 6 15:22:18 2013 +0200| [4916088a93027fa0a4097c6f2b9086a2861856ac] | committer: Michael Niedermayer
fate: fix dpx on big endian
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4916088a93027fa0a4097c6f2b9086a2861856ac
---
tests/lavf-regression.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index cd96567..a4b2ad5 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"
More information about the ffmpeg-cvslog
mailing list