[FFmpeg-cvslog] fate: try to force le for the dpx decoder side too
Michael Niedermayer
git at videolan.org
Sat Apr 7 13:56:05 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Apr 7 12:47:10 2012 +0200| [087b9c326f8c940cefcb0c2fef507ad344c626f5] | committer: Michael Niedermayer
fate: try to force le for the dpx decoder side too
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=087b9c326f8c940cefcb0c2fef507ad344c626f5
---
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 b757c57..df5cba7 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -222,8 +222,8 @@ fi
if [ -n "$do_dpx" ] ; then
do_image_formats dpx
-do_image_formats dpx "-pix_fmt rgb48le"
-do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10"
+do_image_formats dpx "-pix_fmt rgb48le" "-pix_fmt rgb48le"
+do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le"
fi
if [ -n "$do_xwd" ] ; then
More information about the ffmpeg-cvslog
mailing list